This post lists simple copy/paste boilerplate jQuery HTML from which to pull <HEAD> entries. Utilize your choice of CDN from Google, Microsoft, or jQuery.
And if you want some pre-made boilerplate pages to use as starters, try the ones listed in my jQuery CDN Boilerplate Starter Templates post.
Hosted on the Google CDN:
<!-- CDN COPIES OF STANDARD JQUERY THEMES (all of these are available in v1.8.16) --> <!-- <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/base/jquery-ui.css" type="text/css" rel="stylesheet" /> --> <!-- <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/black-tie/jquery-ui.css" type="text/css" rel="stylesheet" /> --> <!-- <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/blitzer/jquery-ui.css" type="text/css" rel="stylesheet" /> --> <!-- <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/cupertino/jquery-ui.css" type="text/css" rel="stylesheet" /> --> <!-- <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/dark-hive/jquery-ui.css" type="text/css" rel="stylesheet" /> --> <!-- <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/dot-luv/jquery-ui.css" type="text/css" rel="stylesheet" /> --> <!-- <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/eggplant/jquery-ui.css" type="text/css" rel="stylesheet" /> --> <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/excite-bike/jquery-ui.css" type="text/css" rel="stylesheet" /> <!-- <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/flick/jquery-ui.css" type="text/css" rel="stylesheet" /> --> <!-- <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/hot-sneaks/jquery-ui.css" type="text/css" rel="stylesheet" /> --> <!-- <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/humanity/jquery-ui.css" type="text/css" rel="stylesheet" /> --> <!-- <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/le-frog/jquery-ui.css" type="text/css" rel="stylesheet" /> --> <!-- <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/mint-choc/jquery-ui.css" type="text/css" rel="stylesheet" /> --> <!-- <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/overcast/jquery-ui.css" type="text/css" rel="stylesheet" /> --> <!-- <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/pepper-grinder/jquery-ui.css" type="text/css" rel="stylesheet" /> --> <!-- <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/redmond/jquery-ui.css" type="text/css" rel="stylesheet" /> --> <!-- <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/smoothness/jquery-ui.css" type="text/css" rel="stylesheet" /> --> <!-- <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/south-street/jquery-ui.css" type="text/css" rel="stylesheet" /> --> <!-- <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/start/jquery-ui.css" type="text/css" rel="stylesheet" /> --> <!-- <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/sunny/jquery-ui.css" type="text/css" rel="stylesheet" /> --> <!-- <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/swanky-purse/jquery-ui.css" type="text/css" rel="stylesheet" /> --> <!-- <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/trontastic/jquery-ui.css" type="text/css" rel="stylesheet" /> --> <!-- <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/ui-darkness/jquery-ui.css" type="text/css" rel="stylesheet" /> --> <!-- <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/ui-lightness/jquery-ui.css" type="text/css" rel="stylesheet" /> --> <!-- <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/vader/jquery-ui.css" type="text/css" rel="stylesheet" /> --> <!-- CDN COPY OF JQUERY BASE v1.6.4 (unminified version is commented out) --> <!-- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.js" type="text/javascript"></script> --> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js" type="text/javascript"></script> <!-- CDN COPY OF JQUERY UI 1.8.16 (unminified version is commented out) --> <!-- <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.js" type="text/javascript"></script> --> <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.min.js" type="text/javascript"></script> <script> <!-- Sample page initiation code; executes after the DOM loads --> $(document).ready(function() { //Initialization script goes here }); </script>
Hosted on the Microsoft CDN:
<!-- CDN COPIES OF STANDARD JQUERY THEMES (all of these are available in v1.8.16) --> <!-- <link href="http://ajax.aspnetcdn.com/ajax/jquery.ui/1.8.16/themes/base/jquery-ui.css" type="text/css" rel="stylesheet" /> --> <!-- <link href="http://ajax.aspnetcdn.com/ajax/jquery.ui/1.8.16/themes/black-tie/jquery-ui.css" type="text/css" rel="stylesheet" /> --> <!-- <link href="http://ajax.aspnetcdn.com/ajax/jquery.ui/1.8.16/themes/blitzer/jquery-ui.css" type="text/css" rel="stylesheet" /> --> <!-- <link href="http://ajax.aspnetcdn.com/ajax/jquery.ui/1.8.16/themes/cupertino/jquery-ui.css" type="text/css" rel="stylesheet" /> --> <!-- <link href="http://ajax.aspnetcdn.com/ajax/jquery.ui/1.8.16/themes/dark-hive/jquery-ui.css" type="text/css" rel="stylesheet" /> --> <!-- <link href="http://ajax.aspnetcdn.com/ajax/jquery.ui/1.8.16/themes/dot-luv/jquery-ui.css" type="text/css" rel="stylesheet" /> --> <!-- <link href="http://ajax.aspnetcdn.com/ajax/jquery.ui/1.8.16/themes/eggplant/jquery-ui.css" type="text/css" rel="stylesheet" /> --> <link href="http://ajax.aspnetcdn.com/ajax/jquery.ui/1.8.16/themes/excite-bike/jquery-ui.css" type="text/css" rel="stylesheet" /> <!-- <link href="http://ajax.aspnetcdn.com/ajax/jquery.ui/1.8.16/themes/flick/jquery-ui.css" type="text/css" rel="stylesheet" /> --> <!-- <link href="http://ajax.aspnetcdn.com/ajax/jquery.ui/1.8.16/themes/hot-sneaks/jquery-ui.css" type="text/css" rel="stylesheet" /> --> <!-- <link href="http://ajax.aspnetcdn.com/ajax/jquery.ui/1.8.16/themes/humanity/jquery-ui.css" type="text/css" rel="stylesheet" /> --> <!-- <link href="http://ajax.aspnetcdn.com/ajax/jquery.ui/1.8.16/themes/le-frog/jquery-ui.css" type="text/css" rel="stylesheet" /> --> <!-- <link href="http://ajax.aspnetcdn.com/ajax/jquery.ui/1.8.16/themes/mint-choc/jquery-ui.css" type="text/css" rel="stylesheet" /> --> <!-- <link href="http://ajax.aspnetcdn.com/ajax/jquery.ui/1.8.16/themes/overcast/jquery-ui.css" type="text/css" rel="stylesheet" /> --> <!-- <link href="http://ajax.aspnetcdn.com/ajax/jquery.ui/1.8.16/themes/pepper-grinder/jquery-ui.css" type="text/css" rel="stylesheet" /> --> <!-- <link href="http://ajax.aspnetcdn.com/ajax/jquery.ui/1.8.16/themes/redmond/jquery-ui.css" type="text/css" rel="stylesheet" /> --> <!-- <link href="http://ajax.aspnetcdn.com/ajax/jquery.ui/1.8.16/themes/smoothness/jquery-ui.css" type="text/css" rel="stylesheet" /> --> <!-- <link href="http://ajax.aspnetcdn.com/ajax/jquery.ui/1.8.16/themes/south-street/jquery-ui.css" type="text/css" rel="stylesheet" /> --> <!-- <link href="http://ajax.aspnetcdn.com/ajax/jquery.ui/1.8.16/themes/start/jquery-ui.css" type="text/css" rel="stylesheet" /> --> <!-- <link href="http://ajax.aspnetcdn.com/ajax/jquery.ui/1.8.16/themes/sunny/jquery-ui.css" type="text/css" rel="stylesheet" /> --> <!-- <link href="http://ajax.aspnetcdn.com/ajax/jquery.ui/1.8.16/themes/swanky-purse/jquery-ui.css" type="text/css" rel="stylesheet" /> --> <!-- <link href="http://ajax.aspnetcdn.com/ajax/jquery.ui/1.8.16/themes/trontastic/jquery-ui.css" type="text/css" rel="stylesheet" /> --> <!-- <link href="http://ajax.aspnetcdn.com/ajax/jquery.ui/1.8.16/themes/ui-darkness/jquery-ui.css" type="text/css" rel="stylesheet" /> --> <!-- <link href="http://ajax.aspnetcdn.com/ajax/jquery.ui/1.8.16/themes/ui-lightness/jquery-ui.css" type="text/css" rel="stylesheet" /> --> <!-- <link href="http://ajax.aspnetcdn.com/ajax/jquery.ui/1.8.16/themes/vader/jquery-ui.css" type="text/css" rel="stylesheet" /> --> <!-- CDN COPY OF JQUERY BASE v1.6.4 (unminified version is commented out) --> <!-- <script src="http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.6.4.js" type="text/javascript"></script> --> <script src="http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.6.4.min.js" type="text/javascript"></script> <!-- CDN COPY OF JQUERY UI 1.8.16 (unminified version is commented out) --> <!-- <script src="http://ajax.aspnetcdn.com/ajax/jquery.ui/1.8.16/jquery-ui.js" type="text/javascript"></script> --> <script src="http://ajax.aspnetcdn.com/ajax/jquery.ui/1.8.16/jquery-ui.min.js" type="text/javascript"></script> <script> <!-- Sample page initiation code; executes after the DOM loads --> $(document).ready(function() { //Initialization script goes here }); </script>
Hosted on the jQuery CDN:
<!-- CDN COPIES OF STANDARD JQUERY THEMES (all of these are available in v1.8.16) --> <!-- <link href="http://code.jquery.com/ui/1.8.16/themes/base/jquery-ui.css" type="text/css" rel="stylesheet" /> --> <!-- <link href="http://code.jquery.com/ui/1.8.16/themes/black-tie/jquery-ui.css" type="text/css" rel="stylesheet" /> --> <!-- <link href="http://code.jquery.com/ui/1.8.16/themes/blitzer/jquery-ui.css" type="text/css" rel="stylesheet" /> --> <!-- <link href="http://code.jquery.com/ui/1.8.16/themes/cupertino/jquery-ui.css" type="text/css" rel="stylesheet" /> --> <!-- <link href="http://code.jquery.com/ui/1.8.16/themes/dark-hive/jquery-ui.css" type="text/css" rel="stylesheet" /> --> <!-- <link href="http://code.jquery.com/ui/1.8.16/themes/dot-luv/jquery-ui.css" type="text/css" rel="stylesheet" /> --> <!-- <link href="http://code.jquery.com/ui/1.8.16/themes/eggplant/jquery-ui.css" type="text/css" rel="stylesheet" /> --> <link href="http://code.jquery.com/ui/1.8.16/themes/excite-bike/jquery-ui.css" type="text/css" rel="stylesheet" /> <!-- <link href="http://code.jquery.com/ui/1.8.16/themes/flick/jquery-ui.css" type="text/css" rel="stylesheet" /> --> <!-- <link href="http://code.jquery.com/ui/1.8.16/themes/hot-sneaks/jquery-ui.css" type="text/css" rel="stylesheet" /> --> <!-- <link href="http://code.jquery.com/ui/1.8.16/themes/humanity/jquery-ui.css" type="text/css" rel="stylesheet" /> --> <!-- <link href="http://code.jquery.com/ui/1.8.16/themes/le-frog/jquery-ui.css" type="text/css" rel="stylesheet" /> --> <!-- <link href="http://code.jquery.com/ui/1.8.16/themes/mint-choc/jquery-ui.css" type="text/css" rel="stylesheet" /> --> <!-- <link href="http://code.jquery.com/ui/1.8.16/themes/overcast/jquery-ui.css" type="text/css" rel="stylesheet" /> --> <!-- <link href="http://code.jquery.com/ui/1.8.16/themes/pepper-grinder/jquery-ui.css" type="text/css" rel="stylesheet" /> --> <!-- <link href="http://code.jquery.com/ui/1.8.16/themes/redmond/jquery-ui.css" type="text/css" rel="stylesheet" /> --> <!-- <link href="http://code.jquery.com/ui/1.8.16/themes/smoothness/jquery-ui.css" type="text/css" rel="stylesheet" /> --> <!-- <link href="http://code.jquery.com/ui/1.8.16/themes/south-street/jquery-ui.css" type="text/css" rel="stylesheet" /> --> <!-- <link href="http://code.jquery.com/ui/1.8.16/themes/start/jquery-ui.css" type="text/css" rel="stylesheet" /> --> <!-- <link href="http://code.jquery.com/ui/1.8.16/themes/sunny/jquery-ui.css" type="text/css" rel="stylesheet" /> --> <!-- <link href="http://code.jquery.com/ui/1.8.16/themes/swanky-purse/jquery-ui.css" type="text/css" rel="stylesheet" /> --> <!-- <link href="http://code.jquery.com/ui/1.8.16/themes/trontastic/jquery-ui.css" type="text/css" rel="stylesheet" /> --> <!-- <link href="http://code.jquery.com/ui/1.8.16/themes/ui-darkness/jquery-ui.css" type="text/css" rel="stylesheet" /> --> <!-- <link href="http://code.jquery.com/ui/1.8.16/themes/ui-lightness/jquery-ui.css" type="text/css" rel="stylesheet" /> --> <!-- <link href="http://code.jquery.com/ui/1.8.16/themes/vader/jquery-ui.css" type="text/css" rel="stylesheet" /> --> <!-- CDN COPY OF JQUERY BASE v1.6.4 (unminified version is commented out) --> <!-- <script src="http://code.jquery.com/jquery-1.6.4.js" type="text/javascript"></script> --> <script src="http://code.jquery.com/jquery-1.6.4.min.js" type="text/javascript"></script> <!-- CDN COPY OF JQUERY UI 1.8.16 (unminified version is commented out) --> <!-- <script src="http://code.jquery.com/ui/1.8.16/jquery-ui.js" type="text/javascript"></script> --> <script src="http://code.jquery.com/ui/1.8.16/jquery-ui.min.js" type="text/javascript"></script> <script> <!-- Sample page initiation code; executes after the DOM loads --> $(document).ready(function() { //Initialization script goes here }); </script>