Add script and CSS from jQuery UI.
authorMike Taylor <mike@indexdata.com>
Thu, 22 Aug 2013 10:11:29 +0000 (11:11 +0100)
committerMike Taylor <mike@indexdata.com>
Thu, 22 Aug 2013 10:11:29 +0000 (11:11 +0100)
examples/htdocs/index-jquery.html

index 76529dc..f58ae23 100644 (file)
@@ -2,7 +2,9 @@
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-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>
   </head>
   <body>