Skip to content

Instantly share code, notes, and snippets.

@chrisobriensp
Created January 10, 2013 23:35
Show Gist options
  • Save chrisobriensp/4506726 to your computer and use it in GitHub Desktop.
Save chrisobriensp/4506726 to your computer and use it in GitHub Desktop.
Adds jQuery and jQuery UI to every page in the site.
<?xml version="1.0" encoding="utf-8"?>
<Elements xmlns="http://schemas.microsoft.com/sharepoint/">
<CustomAction
ScriptSrc="~SiteCollection/SiteAssets/jquery-1.8.3.min.js"
Location="ScriptLink"
Sequence="10">
</CustomAction>
<CustomAction
ScriptSrc="~SiteCollection/SiteAssets/jquery-ui-1.9.2.custom.js"
Location="ScriptLink"
Sequence="20">
</CustomAction>
</Elements>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment