If jQuery\'s toggle() is used on a containing form elements, will those form elements get submitted with the form, even though they are hid
toggle()
containing form elements, will those form elements get submitted with the form, even though they are hid
In order to prevent submitting, you have to disable the elements. Hiding doesn't do the trick (I had the same issue a while ago)