Search Options

Display Count
Sort
Preferred Language
Advanced Search

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

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

                    seenTexts[str] = true;
                    $liEle = $("<li/>");
                    $liEle.text(str); // Use text() instead of html() to prevent XSS
                    $liEle.attr({
                      role: "option",
                      "aria-selected": "false"
                    });
                    $liEle.css("padding", "2px");
    
                    // Click handler
                    $liEle.on("click", function () {
    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