Jquery Quicksearch plugin issue with dynamic pages
Posted
by TheDarkMist
on Stack Overflow
See other posts from Stack Overflow
or by TheDarkMist
Published on 2010-03-16T14:29:21Z
Indexed on
2010/03/16
14:36 UTC
Read the original article
Hit count: 191
jQuery
|JavaScript
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?
© Stack Overflow or respective owner