CSS
-Tricks
treehouse :
what would you like to learn today?
Web Design
Web Development
iOS Development
Show search box
Search
Search in:
All
Articles
Forums
Snippets
Videos
✕
Home
Forums
Snippets
Gallery
Videos
Almanac
Demos
Lodge
Navigation 'n' Search
Forums
Illustration by Nick Sirotich
Forums
»
JavaScript Jungle
[Solved] How to insert jQuery to Dreamweaver CS5
Al3ks
Permalink to comment
#
March 2012
Well I am not very familiar with jQuery so I need help with this, please!
cizmic
Permalink to comment
#
March 2012
I use Dreamweaver CS5 as well, and to embed jQuery, just put this code in your head or body sections.
<script type="text/javascript" src="path/to/jquery.js"></script>
Change the src attribute to the filepath of your copy of jQuery.
Dreamweaver CS5 doesn't natively support jQuery, but it does offer some scripting help.
Hope this helps!
Al3ks
Permalink to comment
#
March 2012
Thanks for the help.
Add a Comment
Change the src attribute to the filepath of your copy of jQuery.
Dreamweaver CS5 doesn't natively support jQuery, but it does offer some scripting help.
Hope this helps!