OK. So this is embarrassing but a good lesson for myself and all. It would appear that a browser script blocker was active on the subdomain (blastoff) of the domain x10hosting.com
Removing that fixed all.
Let that be a lesson for anyone!
OK. When I look at the capture screenshots, jquery.min.js is there. This is so since it gets loaded by the HTML directive:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
However, this fails to load:
<script...
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...