use of IDs is deprecated
authorWolfram Schneider <wosch@indexdata.dk>
Thu, 17 Apr 2014 12:25:05 +0000 (12:25 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Thu, 17 Apr 2014 12:25:05 +0000 (12:25 +0000)
examples/htdocs/jasmine-popup.html

index 88763a2..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 */
     });