Monday, November 2, 2009

Re: [jQuery] $ is not defined

I'd say you your script may not be accessible through the relative url, or the relative url points somewhere else. Try using an url based on the server root :


<script type="text/javascript"src="/javascripts/jquery-1.3.2.js"></script>


If you're running the app from the server's root and your jQuery script is accessible at http://www.your-server.com/javascripts/jquery-1.3.2.js this should work a treat.

Regards.

Michel Belleville


2009/11/2 Al Carnali <al@carnali.com>

 

I'm having trouble running a simple JQuery script.  When I run the script using a local version of the jquery-1.3.2.js file, I get a "$ is not defined" error.


If I do the same thing using a version on the google.code server it works just fine.

 

I'm sure that I'm referencing the correct location of the local jquery-1.3.2.js file because if I copy the directory structure to another computer it works just fine.

 

The OS is Windows XP.  Any ideas?

 

 

This doesn't work:

<script type="text/javascript"src="../jquery-1.3.2.js"></script>

 

This works:

 

<scriptsrc="http://jqueryjs.googlecode.com/files/jquery-1.3.2.min.js"type="text/javascript"></script>

 

Thanks,

 

Al





No comments: