I've loaded the jQuery module in the dependencies of my View
s
Steve Goldberg
10/22/2019, 3:26 PM
Have you waited until the page has rendered before trying to use it? It won't work until the DOM is ready. If you want to access the DOM before then, you'll need to use the plugin container.
v
Viraj Shinde
10/22/2019, 3:34 PM
Ah, now I see what I was doing wrong.
Thanks for that tip, Steve!
netsuite halo 1
m
Martin
10/22/2019, 3:39 PM
Also is a good practice to use view rendered element instead changing things by pure jquery