jquery-livesearch icon indicating copy to clipboard operation
jquery-livesearch copied to clipboard

Adds some live search to your page

Results 3 jquery-livesearch issues
Sort by recently updated
recently updated
newest added

http://patnakajima.com/jquery-livesearch/ gives a 404

Hi- As of version 1.8, Live Search is broken. The error is here: https://github.com/nakajima/jquery-livesearch/blob/master/src/jquery.livesearch.js#L5 To fix, please see: http://stackoverflow.com/questions/2196641/how-do-i-make-jquery-contains-case-insensitive-including-jquery-1-8 Code: ``` jQuery.expr[":"].Contains = jQuery.expr.createPseudo(function(arg) { return function( elem ) {...

It would be really nice if there was a way to highlight the search term in the results. Is this feature on the roadmap by any chance?