- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 10 for searchButton (0.21 sec)
-
src/main/webapp/js/help.js
$(function() { var $searchButton = $("#searchButton"), contextPath = $("#contextPath").val(); $("#searchForm").on("submit", function(e) { $searchButton.attr("disabled", true); setTimeout(function() { $searchButton.attr("disabled", false); }, 3000); return true; }); $(document).on("click touchend", function(e) { if (!$(e.target).closest("#searchOptions, [data-toggle='control-options']").length) {
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/advance.js
$(function() { var $searchButton = $("#searchButton"), contextPath = $("#contextPath").val(); $("#searchForm").on("submit", function(e) { $searchButton.attr("disabled", true); setTimeout(function() { $searchButton.attr("disabled", false); }, 3000); return true; }); if (typeof $.fn.suggestor === "function") { $("#as_q").suggestor({ ajaxinfo: { url: contextPath + "/api/v1/suggest-words",
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Mar 30 05:45:24 UTC 2023 - 1.3K bytes - Viewed (0) -
src/main/webapp/js/index.js
$(function() { $("#contentQuery").focus(); var $searchButton = $("#searchButton"), contextPath = $("#contextPath").val(); $("#searchForm").on("submit", function(e) { $searchButton.attr("disabled", true); setTimeout(function() { $searchButton.attr("disabled", false); }, 3000); return true; }); $(document).on("click touchend", function(e) {
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
$queryId = $("#queryId"), $favorites = $(".favorite", $result), $searchButton = $("#searchButton"), contextPath = $("#contextPath").val(), loadImage; $("#searchForm").on("submit", function(e) { $searchButton.attr("disabled", true); setTimeout(function() { $searchButton.attr("disabled", false); }, 3000); return true; });
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/WEB-INF/view/header.jsp
<la:text property="q" maxlength="1000" styleId="query" styleClass="form-control" autocomplete="off" /> <span class="input-group-append"> <button type="submit" name="search" id="searchButton" class="btn btn-primary"> <em class="fa fa-search"> </button> <button type="button" class="btn btn-light" data-toggle="control-options" data-target="#searchOptions"
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 24 03:00:28 UTC 2020 - 4.2K bytes - Viewed (0) -
src/main/webapp/WEB-INF/orig/view/header.jsp
<la:text property="q" maxlength="1000" styleId="query" styleClass="form-control" autocomplete="off" /> <span class="input-group-append"> <button type="submit" name="search" id="searchButton" class="btn btn-primary"> <em class="fa fa-search"> </button> <button type="button" class="btn btn-light" data-toggle="control-options" data-target="#searchOptions"
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 24 03:00:28 UTC 2020 - 4.2K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/index.jsp
</c:if> </c:forEach> </p> </div> </c:if> <div class="clearfix searchButtonBox btn-group"> <button type="submit" name="search" id="searchButton" class="btn btn-primary"> <em class="fa fa-search"> <la:message key="labels.index_form_search_btn" /> </button> <button type="button" class="btn btn-outline-secondary"
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 26 01:07:52 UTC 2024 - 6.9K bytes - Viewed (0) -
src/main/webapp/WEB-INF/orig/view/index.jsp
</c:if> </c:forEach> </p> </div> </c:if> <div class="clearfix searchButtonBox btn-group"> <button type="submit" name="search" id="searchButton" class="btn btn-primary"> <em class="fa fa-search"> <la:message key="labels.index_form_search_btn" /> </button> <button type="button" class="btn btn-outline-secondary"
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 26 01:07:52 UTC 2024 - 6.9K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/advance.jsp
</div> <div class="col-lg-4 d-none d-lg-flex align-items-center"> </div> </div> <div class="row"> <button type="submit" name="search" id="searchButton" class="btn btn-primary mx-auto"> <em class="fa fa-search"> <la:message key="labels.index_form_search_btn" /> </button> </div> </main> <jsp:include page="footer.jsp" /> </la:form>
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 26 01:07:52 UTC 2024 - 14.9K bytes - Viewed (0) -
src/main/webapp/WEB-INF/orig/view/advance.jsp
</div> <div class="col-lg-4 d-none d-lg-flex align-items-center"> </div> </div> <div class="row"> <button type="submit" name="search" id="searchButton" class="btn btn-primary mx-auto"> <em class="fa fa-search"> <la:message key="labels.index_form_search_btn" /> </button> </div> </main> <jsp:include page="footer.jsp" /> </la:form>
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 26 01:07:52 UTC 2024 - 14.9K bytes - Viewed (0)