列表搜索插件:jQuery Searcher Plugin

jQuery Searcher Plugin這個插件能夠為任何列表類型的數據提供包含輸入框的搜索功能。
列表搜索插件:jQuery Searcher Plugin
下表包含了可以傳給插件的所有可能的選項。

</tr> </thead>

</tr>

</tr>

</tr>

</tr>

</tr> </tbody> </table>

項目主頁:http://www.baiduhome.net/lib/view/home/1390807937164

 本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!
Name Type Description
itemSelector string jQuery selector for the data item element (e.g. tr, li).
Default: "tbody > tr"
textSelector string jQuery selector for the element which contains the text within the item element.
If not specified the data item element is used instead.
Default: "td"
inputSelector string jQuery selector for the input element which is used to filter the data.
Default: ""
caseSensitive bool Determines whether the search should be case sensitive or not.
Default: false
toggle function this function is called for each data item element when the text in the input changes.
it is called with the data item element and a boolean value indicating whether the item contains the text or not.
Default: function(item, containsText) { $(item).toggle(containsText); }
  • sesese色