jquery is required, but 1.8.0 and from code.jquery.com
This commit is contained in:
parent
d5426449e0
commit
b3aa51cc84
4 changed files with 4 additions and 4 deletions
|
|
@ -59,7 +59,7 @@
|
|||
<p>I'm planning to put more polished apps on <a href="http://surii.net">surii.net</a>.</p>
|
||||
<p>My test bed for surii.net is <a href="http://lechuck.trippingthebits.com/surii/">here.</a></p>
|
||||
</div>
|
||||
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="http://code.jquery.com/jquery-1.8.0.min.js"></script>
|
||||
<script type="text/javascript" src="../js/surii.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
<body>
|
||||
<div id="jquerytest" class="skinnyscroll" style="background: green;">
|
||||
</div>
|
||||
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="http://code.jquery.com/jquery-1.8.0.min.js"></script>
|
||||
<script type="text/javascript">
|
||||
$(function () {
|
||||
window.scrollTo(39, 218);
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
</div>
|
||||
<div>
|
||||
</div>
|
||||
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="http://code.jquery.com/jquery-1.8.0.min.js"></script>
|
||||
<script type="text/javascript" src="../js/surii.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -7,7 +7,6 @@
|
|||
<meta name="author" content="Ryan Westphal">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="shortcut icon" href="./favicon.ico">
|
||||
<link rel="apple-touch-icon" href="./img/surii.png" />
|
||||
<link href="css/surii.css" rel="stylesheet" type="text/css" />
|
||||
<link href="css/index.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
|
|
@ -37,6 +36,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script type="text/javascript" src="http://code.jquery.com/jquery-1.8.0.min.js"></script>
|
||||
<script type="text/javascript" src="js/surii.js"></script>
|
||||
<script type="text/javascript" src="js/script.js"></script>
|
||||
</body>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue