- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for sortSearchOption (0.14 seconds)
-
src/main/webapp/js/index.js
}); $("#searchOptionsClearButton").on("click", function(e) { e.preventDefault(); $("#labelTypeSearchOption").prop("selectedIndex", -1); $("#langSearchOption").prop("selectedIndex", 0); $("#sortSearchOption").prop("selectedIndex", 0); $("#numSearchOption").prop("selectedIndex", 0); }); if (typeof $.fn.suggestor === "function") { $("#contentQuery").suggestor(SUGGESTOR_CONFIG); }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 2.2K bytes - Click Count (0) -
src/main/webapp/js/search.js
}); $("#searchOptionsClearButton").on("click", function(e) { e.preventDefault(); $("#labelTypeSearchOption").prop("selectedIndex", -1); $("#langSearchOption").prop("selectedIndex", 0); $("#sortSearchOption").prop("selectedIndex", 0); $("#numSearchOption").prop("selectedIndex", 0); }); $result.on("mousedown", "a.link", function(e) { var $link = $(this); var docId = $link.attr("data-id");Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 6.5K bytes - Click Count (0) -
src/main/webapp/WEB-INF/orig/view/advance.jsp
</la:select> </div> </div> <div class="mb-3 row"> <label for="sortSearchOption" class="col-lg-3 col-md-4 col-sm-5 col-12 col-form-label"><la:message key="labels.index_sort" /></label> <div class="col-lg-5 col-md-8 col-sm-7 col-6"> <la:select property="sort" styleId="sortSearchOption" styleClass="form-control"> <option value="">
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 14.2K bytes - Click Count (0)