Let's say I got some values from GET from an url. How can I "paste" that value inside the search filter in jquery mobile and auto-perform the search.
for example: i have a list of name | town | adresses | other info
i'll get a value from the url http://url.com?town=Sydney
and I want the filter list to be autoset to Sydney and perform the search with that term.
I hope I was clear enough... Thank you very much