How to reference jQuery in SharePoint2010
- by ybbest
In normal asp.net development, in order to add jQuery to your solution you need to add the following script to your Master page.
<script language=”javascript” type=”text/javascript” src=”Scripts/jquery-1.4.1.min.js”></script>
There are not many differences in referencing jQuery in SharePoint2010; in fact you got quite a few ways to…