- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for selectedIndex (0.08 sec)
-
src/main/webapp/js/help.js
} }); $("#searchOptionsClearButton").on("click", function(e) { $("#labelTypeSearchOption").prop("selectedIndex", -1); $("#langSearchOption").prop("selectedIndex", 0); $("#sortSearchOption").prop("selectedIndex", 0); $("#numSearchOption").prop("selectedIndex", 0); return false; }); if (typeof $.fn.suggestor === "function") { $("#query").suggestor({ ajaxinfo: {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Mar 30 05:45:24 UTC 2023 - 2K bytes - Viewed (0) -
src/main/webapp/js/search.js
} }); $("#searchOptionsClearButton").on("click", function(e) { $("#labelTypeSearchOption").prop("selectedIndex", -1); $("#langSearchOption").prop("selectedIndex", 0); $("#sortSearchOption").prop("selectedIndex", 0); $("#numSearchOption").prop("selectedIndex", 0); return false; }); $result.on("mousedown", "a.link", function(e) { var docId = $(this).attr("data-id"),
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Mar 30 05:45:24 UTC 2023 - 7.5K bytes - Viewed (0) -
src/main/webapp/js/index.js
} }); $("#searchOptionsClearButton").on("click", function(e) { $("#labelTypeSearchOption").prop("selectedIndex", -1); $("#langSearchOption").prop("selectedIndex", 0); $("#sortSearchOption").prop("selectedIndex", 0); $("#numSearchOption").prop("selectedIndex", 0); return false; }); if (typeof $.fn.suggestor === "function") { $("#contentQuery").suggestor({ ajaxinfo: {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Mar 30 05:45:24 UTC 2023 - 2K bytes - Viewed (0)