Load mkws-complete.js (and therefore the jQuery core) BEFORE jQuery UI.
authorMike Taylor <mike@indexdata.com>
Thu, 22 Aug 2013 10:20:48 +0000 (11:20 +0100)
committerMike Taylor <mike@indexdata.com>
Thu, 22 Aug 2013 10:20:48 +0000 (11:20 +0100)
examples/htdocs/index-jquery.html

index f58ae23..0ca2c5b 100644 (file)
@@ -4,8 +4,8 @@
     <title>MKWS demo: jQuery plugin</title>
     <link rel="stylesheet" type="text/css" href="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css" />
     <link rel="stylesheet" type="text/css" href="http://mkws.indexdata.com/mkwsStyle.css" />
-    <script src="http://code.jquery.com/ui/1.10.3/jquery-ui.min.js"></script>
     <script type="text/javascript" src="http://mkws.indexdata.com/mkws-complete.js"></script>
+    <script src="http://code.jquery.com/ui/1.10.3/jquery-ui.min.js"></script>
   </head>
   <body>
     <script type="text/javascript">