views:

71

answers:

1

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?

+1  A: 

It got fixed in the meanwhile. The template which contained a form was rendered in another form which caused a reload of the page.

PhysX