Kevin Meckl

Results 1 comments of Kevin Meckl

Yes, after a function I call `dialog2.closed` event, the window closes but the page is reloaded ``` $("#form_submit").validationEngine('attach', { onValidationComplete: function(form, status){ //Check Validation if (status == true){ $("#form_submit").submit_function(); dialog.trigger("dialog2.closed");...