Search Options

Display Count
Sort
Preferred Language
Advanced Search

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

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

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

                        listSelNum = 0;
                      }
                    });
    
                    $olEle.append($liEle);
                    listNum++;
                  }
                }
    
                if (listNum > 0 && $textArea.val().length >= settingMinTerm) {
                  $boxElement.html("");
                  $boxElement.append($olEle);
                  this.showSuggestionBox();
    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