|
Title: How can I show a confirm message before submit form data? Post by: Stefan B. on June 27, 2014, 03:28:10 AM How can I show a confirm message before submit form data and if the result of confirm is false to cancel the submit action?
The following code is not working while the $.messager.confirm() working asynchronous. Code: onSubmit: function(param){ //Fires before submit, return false to prevent submit action.Title: Re: How can I show a confirm message before submit form data? Post by: stworthy on June 27, 2014, 06:16:00 PM Please try this:
Code: $('#ff').form({ |