Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for searchValue (0.2 sec)

  1. src/main/webapp/js/admin/adminlte.min.js.map

     child) => {\n      this._parseItem(child)\n    })\n  }\n\n  search() {\n    const searchValue = $(SELECTOR_SEARCH_INPUT).val().toLowerCase()\n    if (searchValue.length < this.options.minLength) {\n      $(SELECTOR_SEARCH_RESULTS_GROUP).empty()\n      this._addNotFound()\n      this.close()\n      return\n    }\n\n    const searchResults = SearchItems.filter(item => (item.name).toLowerCase().includes(searchValue))\n    const endResults = $(searchResults.slice(0, this.options.maxResults))\n    $...
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 132.4K bytes
    - Viewed (0)
Back to top