Introduction

This blog is mainly focused on SharePoint
I will use this to store and share all the tips and tricks about SharePoint and the related products
List of all posts

SharePoint 2010: Adding JQuery Library


Topic Adding the JQuery toolkit to your site
Output JQuery library at client side

Step Description
1Edit the master page in SharePoint Designer
2At the end of the head part, insert your code
<script type="text/javascript" src="cust_scripts/jquery-1.5.1.js"></script>
where cust_scripts/jquery-1.5.1.js is the path to your file

No comments:

Post a Comment

by Category