Update jQuery version in examples to 1.10.1

This commit is contained in:
Siebrand Mazeland
2013-07-08 13:56:04 +02:00
parent 31888278ca
commit 3571e77dc7
5 changed files with 5 additions and 5 deletions

View File

@@ -21,7 +21,7 @@
<!-- demo -->
<link href="resources/demo.css" rel="stylesheet"/>
<!-- Libs -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js" ></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js" ></script>
<!-- Source -->
<script src="../src/jquery.uls.data.js"></script>
<script src="../src/jquery.uls.data.utils.js"></script>