Page 1 of 1

JQuery not working

Posted: Thu Nov 05, 2009 9:06 pm
by forumforme123
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.

Re: JQuery not working

Posted: Fri Nov 06, 2009 9:58 am
by pickle
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.