load jquery-ui at the bottom of the page, MKWS-34
authorWolfram Schneider <wosch@indexdata.dk>
Fri, 12 Jul 2013 15:21:56 +0000 (15:21 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Fri, 12 Jul 2013 15:22:18 +0000 (15:22 +0000)
just to check if it will work. Also, jquery-ui.js is 3 times bigger
than jquery.js

examples/htdocs/index-popup.html

index 3adb9d7..2b9f239 100644 (file)
@@ -18,7 +18,6 @@
     </script>
 
     <script type="text/javascript" src="http://code.jquery.com/jquery-1.10.0.min.js"></script>
-    <script src="http://code.jquery.com/ui/1.10.3/jquery-ui.min.js"></script>
     <!-- legacy libs for testing
     <script type="text/javascript" src="http://code.jquery.com/jquery-1.4.4.min.js"></script>
     <script src="http://code.jquery.com/ui/1.8.0/jquery-ui.min.js"></script>
@@ -77,5 +76,6 @@ whatever makes up the application itself:
 
 [...]
     </pre>
+    <script src="http://code.jquery.com/ui/1.10.3/jquery-ui.min.js"></script>
   </body>
 </html>