ryanfred wrote:
> I'm brand new to jQuery...
> just getting started, not really a programmer/developer more a
> designer.
> 
> when i download my copy of jQuery, the file is named: jquery-1.3.2.js
> or something like this...
> 
> all the tutorials reference a file: jQuery.js
> 
> do I simply rename the file I've downloaded as jquery-1.3.2.js???
> 
> I've tried it but stuffs not working and need to know if this is the
> issue or not..
> 
> thanks whoever answers this...
> 
> ryanfred
> 

Just treat it like the css or images file. It can be named with
anything, as long as it loaded into html file with that name.
If you have jquery-1.3.2.js file, you will load it into html file with

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



--
Donny Kurnia
http://hantulab.blogspot.com
http://www.plurk.com/user/donnykurnia

Reply via email to