jquery Programming Glossary: submitform.submit
jQuery modal dialog box isn't submitting my form http://stackoverflow.com/questions/4743751/jquery-modal-dialog-box-isnt-submitting-my-form resizable false height 140 modal true autoOpen false buttons 'Submit' function this .dialog 'close' submit true submitForm.submit 'Cancel' function this .dialog 'close' #confirm .parent .appendTo #myform submitForm.submit function if submit return.. 'close' submit true submitForm.submit 'Cancel' function this .dialog 'close' #confirm .parent .appendTo #myform submitForm.submit function if submit return true else #confirm .dialog 'open' return false HTML form id myform action # method post input.. resizable false height 140 modal true autoOpen false buttons 'Submit' function this .dialog 'close' submit true submitForm.submit 'Cancel' function this .dialog 'close' #confirm .parent .appendTo #myform #btnSubmit .click function #confirm .dialog..
|