Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for mousedown (0.04 sec)

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

        $("#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"),
            rt = $("#rt").val(),
            queryId = $("#queryId").val(),
            order = $(this).attr("data-order"),
            url = $(this).attr("href"),
    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