function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Max Prown 9Max Prown 9 

jQuery not selecting aura:id

Has anyone else had issues with jQuery not manipulating lightning elements? Specifically by aura:id? For example I can't get $("#aura:id") to do anything, but I can modify classic html elements like div and label with jQuery in my component, so I assume the library has loaded and that's not the issue.. I also have the locker service currently disabled. I'll post my code tomorrow, but this bugging me to no end so I had to ask.

Thanks,

Max