Use jquery 1.8.3 as jquery-ui is not compatible with 1.9.x yet.
authorDave Longley <dlongley@digitalbazaar.com>
Mon, 08 Jul 2013 14:00:06 -0400
changeset 1748 9a3977bc2bb2
parent 1747 73812ecfc614
child 1749 e81d0c9393c4
Use jquery 1.8.3 as jquery-ui is not compatible with 1.9.x yet.
playground/index.html
--- a/playground/index.html	Thu Jul 04 17:02:13 2013 +0200
+++ b/playground/index.html	Mon Jul 08 14:00:06 2013 -0400
@@ -23,7 +23,7 @@
       <link rel="shortcut icon" href="../favicon.ico" />
 
       <!-- script tags -->
-      <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
+      <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
       <script type="text/javascript" src="jquery-ui-1.8.14.custom.min.js"></script>
       <script type="text/javascript" src="js_beautify.js"></script>
       <script type="text/javascript" src="../common/prettify.js"></script>