Use #mkwsPopup -- there is only one, by design.
authorMike Taylor <mike@indexdata.com>
Thu, 13 Feb 2014 11:48:57 +0000 (11:48 +0000)
committerMike Taylor <mike@indexdata.com>
Thu, 13 Feb 2014 11:48:57 +0000 (11:48 +0000)
examples/htdocs/jasmine-popup.html

index 4bf8835..7c5c732 100644 (file)
@@ -38,7 +38,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 */
     });