Using jQuery Form Plugin and a Dialog
Hallo,
I want to use a Dialog and the jQuery Form Plugin. But I have a
problem with that:
I add a Button to the Dialog to send the Form. This Button has a
Callback function: "document.forms[ 'formName' ].submit();" But when I
click the Button, the page reloads and no Ajax Rquest is done.
When I add a Button to the form, everything works fine.
Thanks for your help,
Stefan Sturm