Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for searchOptionsClearButton (0.28 sec)

  1. src/main/webapp/js/help.js

        e.preventDefault();
        var target = $(this).attr("data-target") || $(this).attr("href");
        if (target) {
          $(target).toggleClass("active");
        }
      });
    
      $("#searchOptionsClearButton").on("click", function(e) {
        $("#labelTypeSearchOption").prop("selectedIndex", -1);
        $("#langSearchOption").prop("selectedIndex", 0);
        $("#sortSearchOption").prop("selectedIndex", 0);
    JavaScript
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu Mar 30 05:45:24 GMT 2023
    - 2K bytes
    - Viewed (0)
  2. src/main/webapp/js/index.js

        e.preventDefault();
        var target = $(this).attr("data-target") || $(this).attr("href");
        if (target) {
          $(target).toggleClass("active");
        }
      });
    
      $("#searchOptionsClearButton").on("click", function(e) {
        $("#labelTypeSearchOption").prop("selectedIndex", -1);
        $("#langSearchOption").prop("selectedIndex", 0);
        $("#sortSearchOption").prop("selectedIndex", 0);
    JavaScript
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu Mar 30 05:45:24 GMT 2023
    - 2K bytes
    - Viewed (0)
  3. src/main/webapp/js/search.js

        e.preventDefault();
        var target = $(this).attr("data-target") || $(this).attr("href");
        if (target) {
          $(target).toggleClass("active");
        }
      });
    
      $("#searchOptionsClearButton").on("click", function(e) {
        $("#labelTypeSearchOption").prop("selectedIndex", -1);
        $("#langSearchOption").prop("selectedIndex", 0);
        $("#sortSearchOption").prop("selectedIndex", 0);
    JavaScript
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu Mar 30 05:45:24 GMT 2023
    - 7.5K bytes
    - Viewed (1)
  4. src/main/webapp/WEB-INF/orig/view/header.jsp

    	</header>
    	<div id="searchOptions" class="control-options">
    		<div class="container">
    			<jsp:include page="/WEB-INF/view/searchOptions.jsp" />
    			<div>
    				<button type="button" class="btn btn-light" id="searchOptionsClearButton">
    					<la:message key="labels.search_options_clear" />
    				</button>
    				<button type="submit" class="btn btn-primary">
    					<em class="fa fa-search">
    					<la:message key="labels.search" />
    				</button>
    Others
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Sat Oct 24 03:00:28 GMT 2020
    - 4.2K bytes
    - Viewed (0)
  5. src/main/webapp/WEB-INF/view/header.jsp

    	</header>
    	<div id="searchOptions" class="control-options">
    		<div class="container">
    			<jsp:include page="/WEB-INF/view/searchOptions.jsp" />
    			<div>
    				<button type="button" class="btn btn-light" id="searchOptionsClearButton">
    					<la:message key="labels.search_options_clear" />
    				</button>
    				<button type="submit" class="btn btn-primary">
    					<em class="fa fa-search">
    					<la:message key="labels.search" />
    				</button>
    Others
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Sat Oct 24 03:00:28 GMT 2020
    - 4.2K bytes
    - Viewed (0)
  6. src/main/webapp/WEB-INF/view/index.jsp

    			</nav>
    		</header>
    		<div id="searchOptions" class="control-options">
    			<div class="container">
    				<jsp:include page="searchOptions.jsp" />
    				<div>
    					<button type="button" class="btn btn-light" id="searchOptionsClearButton">
    						<la:message key="labels.search_options_clear" />
    					</button>
    					<button type="submit" class="btn btn-primary">
    						<em class="fa fa-search">
    						<la:message key="labels.search" />
    Others
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Fri Feb 17 12:13:41 GMT 2023
    - 6.9K bytes
    - Viewed (1)
  7. src/main/webapp/WEB-INF/orig/view/index.jsp

    			</nav>
    		</header>
    		<div id="searchOptions" class="control-options">
    			<div class="container">
    				<jsp:include page="searchOptions.jsp" />
    				<div>
    					<button type="button" class="btn btn-light" id="searchOptionsClearButton">
    						<la:message key="labels.search_options_clear" />
    					</button>
    					<button type="submit" class="btn btn-primary">
    						<em class="fa fa-search">
    						<la:message key="labels.search" />
    Others
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Fri Feb 17 12:13:41 GMT 2023
    - 6.9K bytes
    - Viewed (0)
Back to top