Hi,
I have a newbie question, if anyone can help.
I can't seem to get my installed JQuery (the .js script) to work.
My written JQuery script only works when I source it from http://ajax.googleapis.com/ajax/libs/jq ... ery.min.js.
In simple words:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jq ... ery.min.js"> == WORKS!
<script type="text/javascript" src="jquery-1.3.2.js"> == NOT WORKING!!
Anyone have any idea why?
Many thanks.
JQuery not working
Moderator: General Moderators
Re: JQuery not working
Looks like a path problem. The way you've got your code set up, the jQuery JS file needs to be in the same directory as your html file.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.