Open st3 opened 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?
You should be able to call input.val(your_value).keyup(), but it is not possible right now due to issue #10.
input.val(your_value).keyup()
I got it to work with keyup() from stock. On document ready I just did the input.val(value).keyup();
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?