jquery modal-form / submit

jquery modal-form / submit

Hey everyone!

I need your help and I'm a total javascript illiterate :S.
I want to submit the form which i have placed in the modal-form dialog, so I have tried it that way:

...code..
                  buttons: {
            'Rechnung suchen'
                                : function() {
                                        this.form.submit(); //<-- that does't work.
                                        $(this).dialog('close');
...code... 

, but that doesn't work. Can you help me solving this problem?

thanks a lot!!!!!!!!!!!!

greets
8b17
    • Topic Participants

    • 8-b17