Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for MOUSELEAVE (0.03 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/main/webapp/js/suggestor.js

              boxCssInfo = setting.boxCssInfo;
    
              $boxElement.on("mouseenter", function () {
                isMouseHover = true;
              });
              $boxElement.on("mouseleave", function () {
                isMouseHover = false;
              });
    
              this.resize();
              suggestor = this;
              $(window).resize(function () {
                suggestor.resize();
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Nov 20 11:04:08 GMT 2025
    - 13.3K bytes
    - Click Count (0)
Back to Top