Hi all,
I have a simple form with some input fields and a dropdown list (). I use 'return false' with jQuery to avoid the page to refresh after I submit the form and this works like it should.
However, with the 'select' html in the form it does refresh the page and this is not what I want. Does anybody have an idea on how to avoid the page refresh when the 'select' element is in the form?