jQuery example uses popup (but does not work).
[mkws-moved-to-github.git] / examples / htdocs / index-jquery.html
1 <html>
2   <head>
3     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4     <title>MKWS demo: jQuery plugin</title>
5     <link rel="stylesheet" type="text/css" href="http://mkws.indexdata.com/mkwsStyle.css" />
6     <script type="text/javascript" src="http://mkws.indexdata.com/mkws-complete.js"></script>
7   </head>
8   <body>
9     <script type="text/javascript">
10     jQuery.pazpar2({
11         "layout": "popup",               /* "table" [default], "div", "popup" */
12         "id_button": "input#mkwsButton", /* submit button id in search field */
13         "id_popup": "#mkwsPopup",        /* internal id of popup window */
14         "width": 880,                    /* popup width, should be at least 800 */ 
15         "height": 760                    /* popup height, should be at least 600 */
16     });
17     </script>
18   </body>
19 </html>