Monday, October 7, 2013

JQuery in SharePoint

Simple.  3 Steps to add and use JQuery in your SharePoint site

Download the latest JQuery from http://jquery.com/download/ .

Create a folder 14/layouts and copy the JQuery reference file or Copy it to Style library of your site 

Add the following script to your master page through SharePoint Designer. Add the correct path where you have added the referece files

                 <script src="/...../jquery-1.9.1.js" type="text/javascript"></script>

No comments:

Post a Comment