riklomas / quicksearch

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

Running query on page load #3

Open st3 opened 14 years ago

st3 commented 14 years ago

I cannot figure out how to run a quicksearch search on a form/table where the query string has been passed from another page. Is this even possible?

shadowhand commented 13 years ago

You should be able to call input.val(your_value).keyup(), but it is not possible right now due to issue #10.

twisterghost commented 12 years ago

I got it to work with keyup() from stock. On document ready I just did the input.val(value).keyup();