jQuery Library not loading?
-
https://www.hvce.com/governmentnon-profit-solar-elecrtic/faq/
for some reason the jQuery library doesn’t seem to be loading in this site. If you view the source you can see that it most definitely is there but the FAQ section is supposed to be a slider and it isn’t. I also tried writing a simple bit of jQuery code (below) just to see if the site would read it at all and it wouldn’t.
$(document).ready(function() { $('body').css('background', 'red'); });
Any thoughts? I know the library is in the <head> but why won’t it read any jQuery code that I’m writing?
Thanks for any help in advance!
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘jQuery Library not loading?’ is closed to new replies.