Skip to content

Commit b259cff

Browse files
Move script tags to bottom of page
1 parent 945581f commit b259cff

File tree

1 file changed

+18
-15
lines changed

1 file changed

+18
-15
lines changed

index.html

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -38,21 +38,6 @@
3838
<link rel="stylesheet" media="all" type="text/css" href="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css" />
3939
<link rel="stylesheet" media="all" type="text/css" href="jquery-ui-timepicker-addon.css" />
4040

41-
<script type="text/javascript" src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
42-
<script type="text/javascript" src="http://code.jquery.com/ui/1.10.3/jquery-ui.min.js"></script>
43-
<script type="text/javascript" src="jquery-ui-timepicker-addon.js"></script>
44-
<script type="text/javascript" src="jquery-ui-sliderAccess.js"></script>
45-
<script type="text/javascript">
46-
47-
$(function(){
48-
$('#tabs').tabs();
49-
50-
$('.example-container > pre').each(function(i){
51-
eval($(this).text());
52-
});
53-
});
54-
55-
</script>
5641
</head>
5742
<body>
5843
<div class="wrapper">
@@ -947,6 +932,24 @@ <h3 id="utility_examples">Utilities</h3>
947932

948933

949934
</div>
935+
936+
937+
<script type="text/javascript" src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
938+
<script type="text/javascript" src="http://code.jquery.com/ui/1.10.3/jquery-ui.min.js"></script>
939+
<script type="text/javascript" src="jquery-ui-timepicker-addon.js"></script>
940+
<script type="text/javascript" src="jquery-ui-sliderAccess.js"></script>
941+
<script type="text/javascript">
942+
943+
$(function(){
944+
$('#tabs').tabs();
945+
946+
$('.example-container > pre').each(function(i){
947+
eval($(this).text());
948+
});
949+
});
950+
951+
</script>
952+
950953
<script type="text/javascript"> /*
951954
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
952955
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));

0 commit comments

Comments
 (0)