My question is about jquery. Recently I have built a website as a project for a job. And one day the jquery stopped loading. It happened the day before I was fiddling with some jquery code, plus were trying to connect Dreamweaver CS6 with XAMPP thru local host. I am not sure whether it has something to do with it.
The issue with loading jquery is when I am at work and connected to the network by cable. In addition the http://www.jquery.com seems to be not loading css for my machine, it shows just a plain text and links. The people who are in the same office does have those issues. Moreover I cannot access src="http://code.jquery.com/jquery-latest.js" from my browser.
The interesting thing is that when I connect my laptop to wireless at home, then everything works fine. And the website itself works fine on the remote server. So its only my office computer and laptop when connected to the local network. There was one article which was saying that it might something to do with ‘host’ file itself, but I checked, nothing different from default.
After researching the web, I have found a quick solution, rather then using src="http://code.jquery.com/jquery-latest.js
I have tried src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js and it solved an issue of loading the website pages, but not the website http://www.jquery.com itself.
Anyway I am still looking for a solution, because I would have to make changes to present website. Moreover it is just interesting what it might be. But I cannot figure out what is the issue. Please help me, appreciate it.
Can it be explained why my browser does not show any jquery activity on this website: http://gvweb.es/add-ons/varios/zoomer/zoomer.html where as I know that there is.
Any idea would be of great value, Thanks a lot.
If you cannot access src=”http://code.jquery.com/jquery-latest.js” from your browser. Then copy all code from “http://code.jquery.com/jquery-latest.js” & save the codes on a external .js file & call it on head section.