-
Horizontal Accordion question
1) Script Title: Horizontal Accordion script
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...haccordion.htm
3) Describe problem:
All functions ok, a really fine script for my application.
Before release I would like to know why I need to link to this file:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
I would very much like a local jquery file, would that be possible?
-
-
Hi classic,
I'm new here too -- but you should be able to just go to the link you list above and depending on browser/platform, you'll be prompted to save the jquery.min.js to a file, or you'll see the code in your browser window and you can copy it and paste to a local file (suggest naming it jquery-1.3.2.min.js so you can tell the version used in your files quickly and easily). Then you'll have the jquery file that you can reference locally and you'll just need to change the src link to point to it.
Hope that helps!
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks