Skip to main content
Tweeted twitter.com/#!/StackSharePoint/status/629126066242760704
Corrected link tags
Source Link
user2536
user2536

I'm new to Sharepoint and I've a problem trying to add Jquery and Bootstrap references to a MasterPage. Just created a new master page (copied seatle.master to seatle2.master) and wanted to add:

<script src="/_catalogs/masterpage/jquery-2.1.4.min.js" type="text/javascript"></script>
<!-- Bootstrap -->
<link rel="stylesheet" href="/_catalogs/masterpage/bootstrap-3.3.5-dist/css/bootstrap.min.css" rel="stylesheetcss">
<link rel="stylesheet" href="/_catalogs/masterpage/bootstrap-3.3.5-dist/css/bootstrap-theme.min.css">
<script src="_catalogs/masterpage/js/bootstrap.min.js"></script>

I've downloaded Jquery and Bootstrap into my server (testing server) and i'm using Sharepoint Designer to edit both Masterpage and site page.

My goal is to be able to create stuff with bootstrap and JQuery directly into the page (without using the Script Editor).

How and where should I insert the references in my Masterpage? Thanks

I'm new to Sharepoint and I've a problem trying to add Jquery and Bootstrap references to a MasterPage. Just created a new master page (copied seatle.master to seatle2.master) and wanted to add:

<script src="/_catalogs/masterpage/jquery-2.1.4.min.js" type="text/javascript"></script>
<!-- Bootstrap -->
<link href="/_catalogs/masterpage/bootstrap-3.3.5-dist/css/bootstrap.min.css" rel="stylesheet
<link rel="stylesheet" href="/_catalogs/masterpage/bootstrap-3.3.5-dist/css/bootstrap-theme.min.css">
<script src="_catalogs/masterpage/js/bootstrap.min.js"></script>

I've downloaded Jquery and Bootstrap into my server (testing server) and i'm using Sharepoint Designer to edit both Masterpage and site page.

My goal is to be able to create stuff with bootstrap and JQuery directly into the page (without using the Script Editor).

How and where should I insert the references in my Masterpage? Thanks

I'm new to Sharepoint and I've a problem trying to add Jquery and Bootstrap references to a MasterPage. Just created a new master page (copied seatle.master to seatle2.master) and wanted to add:

<script src="/_catalogs/masterpage/jquery-2.1.4.min.js" type="text/javascript"></script>
<!-- Bootstrap -->
<link rel="stylesheet" href="/_catalogs/masterpage/bootstrap-3.3.5-dist/css/bootstrap.min.css">
<link rel="stylesheet" href="/_catalogs/masterpage/bootstrap-3.3.5-dist/css/bootstrap-theme.min.css">
<script src="_catalogs/masterpage/js/bootstrap.min.js"></script>

I've downloaded Jquery and Bootstrap into my server (testing server) and i'm using Sharepoint Designer to edit both Masterpage and site page.

My goal is to be able to create stuff with bootstrap and JQuery directly into the page (without using the Script Editor).

How and where should I insert the references in my Masterpage? Thanks

Source Link

Adding JQuery and Bootstrap references to Master Page

I'm new to Sharepoint and I've a problem trying to add Jquery and Bootstrap references to a MasterPage. Just created a new master page (copied seatle.master to seatle2.master) and wanted to add:

<script src="/_catalogs/masterpage/jquery-2.1.4.min.js" type="text/javascript"></script>
<!-- Bootstrap -->
<link href="/_catalogs/masterpage/bootstrap-3.3.5-dist/css/bootstrap.min.css" rel="stylesheet
<link rel="stylesheet" href="/_catalogs/masterpage/bootstrap-3.3.5-dist/css/bootstrap-theme.min.css">
<script src="_catalogs/masterpage/js/bootstrap.min.js"></script>

I've downloaded Jquery and Bootstrap into my server (testing server) and i'm using Sharepoint Designer to edit both Masterpage and site page.

My goal is to be able to create stuff with bootstrap and JQuery directly into the page (without using the Script Editor).

How and where should I insert the references in my Masterpage? Thanks