jQuery plugin version get JS and CSS from MKWS site.
authorMike Taylor <mike@indexdata.com>
Wed, 26 Jun 2013 14:43:47 +0000 (16:43 +0200)
committerMike Taylor <mike@indexdata.com>
Wed, 26 Jun 2013 14:43:47 +0000 (16:43 +0200)
Script all on one line.

experiments/spclient/jquery.html

index 0864c5c..d38bd8c 100644 (file)
@@ -2,12 +2,10 @@
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <title>MKWS demo client</title>
-    <link rel="stylesheet" href="mkwsStyle.css" />
-    <script type="text/javascript" src="mkws-complete.js"></script>
+    <link rel="stylesheet" href="http://mkws.indexdata.com/mkwsStyle.css" />
+    <script type="text/javascript" src="http://mkws.indexdata.com/mkws-complete.js"></script>
   </head>
   <body>
-    <script type="text/javascript"> 
-       jQuery.pazpar2();
-    </script>
+    <script type="text/javascript">jQuery.pazpar2()</script>
   </body>
 </html>