jquery-searchable | Tiny , fast jQuery plugin to search through elements | Plugin library
kandi X-RAY | jquery-searchable Summary
kandi X-RAY | jquery-searchable Summary
Latest version: v1.1.0 (View the [changelog] #changelog)). Tiny, fast jQuery plugin to search through elements as you type. This plugin is created and maintained by Stidges ( [Twitter] | [Github] ).
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of jquery-searchable
jquery-searchable Key Features
jquery-searchable Examples and Code Snippets
Community Discussions
Trending Discussions on jquery-searchable
QUESTION
I have a button I want to make it visible when the search will returned no result, so that the product can be added to the data table.
I have tried with onSearchEmpty: to show this but this is not working.
Please suggest as the onSearchEmpty which is the core function for jQuery searchbale did not seems to be working .
Thanks!
...ANSWER
Answered 2018-Sep-12 at 17:00First of all, I guess you misinterpret the meaning with onSearchEmpty
. It is supposed to be triggered when the search term is empty. There is actually no callbacks for the search "results".
Second, you can skip the entire $( '#searchable-container' ).searchable({ })
and work on $( '#table' ).searchable({ })
only. I guess it was some kind of test?
Third, when there is no callbacks for the search, you must create that yourself. This searchable plugin does nothing but updating the rows display
, the same will your slideup / down do. You can create a generic handler like this :
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install jquery-searchable
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page