Tuesday, July 17, 2012

Jquery SPServices: JQuery Library for SharePoint Web Services

SPServices is a query library which abstracts SharePoint's Web Services and makes them easier to use. It also includes functions which use the various Web Service operations to provide more useful (and cool) capabilities. It works entirely client side and requires no server install.
You can down load SpServices from here: http://spservices.codeplex.com/releases/view/77486
Let’s start writing you programs:
Note: Include your downloaded ‘jquery.SPServices-0.7.1a.min.js’ and jquery-1.7.2.min.js under ‘PlaceHolderMain’ as follows:
<asp:Content ContentPlaceHolderId="PlaceHolderMain" runat="server">
<script type="text/javascript" src="http://win2003:5555/sites/Training/Userprofile Library/UserProfile_js files/jquery-1.7.2.min.js"></script>
<script type="text/javascript" src="http://win2003:5555/sites/Training/Userprofile Library/UserProfile_js files/jquery.SPServices-0.7.1a.min.js"></script>

No comments:

Post a Comment