Load jQuery 1.8.2 from CDN

Change-Id: I5c648c799678c488f105b9132dd94d64d4b82dce
This commit is contained in:
Santhosh Thottingal
2013-03-26 09:28:19 +05:30
parent bdcff98935
commit 61256a4dbc
6 changed files with 6 additions and 6 deletions

View File

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