I am using the jQuery UI Accordion to develop a "wizard" form. I have four panels. Each panel contains a part of the form. The form starts before the div with acccordion instance.
The problem: If i click on the 'Submit' button, the form doesn't submit, as if the button has "return false;", but i didn't add that. If i hide the jQuery UI Accordion, the submit button works properly.
Does jQuery UI Accordion disable submit buttons? How can I solve this problem?
Javascript:
// Accordion in Tags area
$("#accordionTag").accordion();