Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for searchButton (0.68 sec)

  1. src/main/webapp/js/search.js

          $favorites = $(".favorite", $result),
          $searchButton = $("#searchButton"),
          contextPath = $("#contextPath").val(),
          loadImage,
          IMG_LOADING_DELAY = 200,
          IMG_LOADING_MAX = 0,
          clipboard;
    
      $("#searchForm").on("submit", function(e) {
        $searchButton.attr("disabled", true);
        setTimeout(function() {
          $searchButton.attr("disabled", false);
        }, 3000);
        return true;
      });
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jun 19 07:14:01 UTC 2025
    - 7.5K bytes
    - Viewed (0)
Back to top