I want to use JQuery to create an image gallery similar to this: http://www.webdesignerwall.com/demo/...placement.html It seems that all I need to do now is to download the jquery.js file. I went to the jquery website ( http://docs.jquery.com/Downloading_jQuery) and I have some questions...
1. I was expecting to find jquery.js but it looks like I should just download the latest file (1.2.6), right?
2. When I reference the file in my code, should I reference it like this?
Code:
<script type="text/javascript" src="jquery-1.2.6.js"></script>
Or am I supposed to rename the file as jquery.js and THEN reference it like this?
Code:
<script type="text/javascript" src="jquery.js"></script>
Or is either way okay?
3. Also, which version should I download? Minified? Packed? Or Uncompressed? (I'll be using the image gallery feature for my retail website - americanchic.net).
4. Once I download the file, all I need to do is upload it to my server, right? No extra steps, right?
Thank you for your help in advance!
|