Jquery Quicksearch plugin issue with dynamic pages
- by TheDarkMist
Quicksearch is really cool... but it has a usability issue that makes it behave weird. A lot of users presses enter after inserting a string so the page is reloaded with no parameters and the queries are destroyed.
look at that:
http://www.parksmania.it/parco_list.php?rid=1
Adding
$('form#filtroRapido').submit(function () { return false; });
doesn't work!
Has someone already solved this?