I have used the jquery quicksearch plugin and it works fine, except for one problem. I would like the quicksearch to run when the page is loaded. I have created a second quicksearch function (which is called when the page is loaded) and changed the bind to something else, but it won't work on "load" or "ready".
If I change the bind to "focus" and put the focus onto the textfield it works, but only in IE.
The reason I want to do this is because there is a "view" link where the user leaves the page. When they come back, I would like the search results to be as they left them.