use of IDs is deprecated
[mkws-moved-to-github.git] / examples / htdocs / jasmine-popup.html
index 164e7af..9bbe36f 100644 (file)
@@ -47,7 +47,7 @@
     jQuery.pazpar2({
         "layout": "popup",               /* "table" [default], "div", "popup" */
         "id_button": "input.mkwsButton", /* submit button id in search field */
-        "id_popup": "#mkwsPopup",        /* internal id of popup window */
+        "id_popup": ".mkwsPopup",        /* internal id of popup window */
         "width": 990,                    /* popup width, should be at least 800 */
         "height": 760                    /* popup height, should be at least 600 */
     });
@@ -61,6 +61,6 @@ This directory contains an embryonic MasterKey Widget Set, based
 initially on "jsdemo" though now far removed from those beginnnings.
 [...]
     </pre>
-     <div id="testMOTD"><div id="mkwsMOTD">This is the mkwsMOTD div</div></div>
+     <div id="testMOTD"><div class="mkwsMOTD">This is the mkwsMOTD div</div></div>
   </body>
 </html>