Upload your jquery file to Style Library in SharePoint
Now open SharePoint Master page which your site collection is using.
Open using SPD.
Now add script tage under head tag..
Code snippet..
Now open SharePoint Master page which your site collection is using.
Open using SPD.
Now add script tage under head tag..
Code snippet..
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<head id="Head1" runat="server"> | |
<script type="text/javascript" src='<asp:Literal runat="server" Text="<%$SPUrl:~SiteCollection/Style Library/jquery-8.min.js%>" />'></script> |