JQuery problems

I’m working on a website, first time building one. Currently I’m trying to stylize my navigation bar and I was directed to an article titled ‘30 Amazing JQuery navigation Menus’. The problem is I don’t know much about JQuery…actually nothing. I assumed I needed to download it in order to use any of the examples from the article. But when I went to the JQuery website and clicked download, it just took me to a page showing the JQuery code…no usual pop up window saying ‘save file’ and then ‘download’ that I’m used to seeing. And I can’t copy and paste the code into a folder either. I’m confused

You can save that jQuery code to a file and use that for your site.

Alternatively, you can use reference the jQuery code from the google library, which helps to simplify things for you.


<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>

Or go to this URL and you’ll be able to do a right click “Save target as” (or the Mac/Linux equivalent) on the link.

http://docs.jquery.com/Downloading_jQuery#Current_Release