riklomas / quicksearch

A jQuery plugin for searching through tables, lists, etc quickly
http://www.lomalogue.com/jquery/quicksearch/
680 stars 261 forks source link

HTML5 Search #5

Open ss23 opened 14 years ago

ss23 commented 14 years ago

It would seem that when you have something like (I've only tested Chrome) and that input loses focus, it doesn't list all items in the table again (the place holder text now returns to this input, and I would guess that it has a value of ''). My guess would be to simply run the sort again when the search bar loses focus.

ss23 commented 14 years ago

input type=search placeholder="Search" autofocus That was the thing in the space between like and (I've only... Silly Github not just escaping it...

riklomas commented 14 years ago

Could you show me a full example or send me a link so I understand what you mean, as the scripts are working for me