Skip to content

Commit 92ec15c

Browse files
committed
Use jquery v1.9 for demo page
1 parent d5918b4 commit 92ec15c

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

index.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
<title>Tabslet jQuery plugin | Yet another plugin for tabs</title>
66
<meta name="description" content="Yet another plugin for tabs">
77

8+
<!-- MODERNIZR -->
9+
<script type="text/javascript" src="javascripts/vendor/modernizr.custom.js"></script>
10+
811
<!-- STYLES -->
912
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800' rel='stylesheet' type='text/css'>
1013
<link rel="stylesheet" type="text/css" href="stylesheets/reset.css">
@@ -246,8 +249,8 @@ <h2>The attribute "data-toggle"</h2>
246249
</div>
247250

248251
<!-- JQuery -->
249-
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.0.2/jquery.min.js"></script>
250-
<script>window.jQuery || document.write('<script src="javascripts/vendor/jquery-1.8.1.min.js"><\/script>')</script>
252+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
253+
<script>window.jQuery || document.write('<script src="javascripts/vendor/jquery-1.9.1.min.js"><\/script>')</script>
251254

252255
<!-- JS -->
253256
<script type="text/javascript" src="javascripts/vendor/waypoints.min.js"></script>

0 commit comments

Comments
 (0)