In the index file of my site, JQuery loads fine.
Here is the code in the console that validates JQuery has loaded:
if(typeof jQuery !='undefined'){// jQuery is loaded => print the version
alert(jQuery.fn.jquery);}
However, JQuery code fails in that file through x10hosting.com. Yet, when run...