treehouse : what would you like to learn today?
Web Design Web Development iOS Development

[Solved] How to insert jQuery to Dreamweaver CS5

  • Well I am not very familiar with jQuery so I need help with this, please!
  • 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!
  • Thanks for the help.