Closed akeane1950 closed 9 years ago
Message parameter is a JQuery object of the message in the current prompt state. It is useful if you need to make changes to the DOM within that state during the submit callback. For instance if you're validating the form and wanted to add an error message into the DOM you could use the message parameter. On Dec 14, 2014 2:59 AM, "Andrea Keane" notifications@github.com wrote:
submit: function(event,value,message,form) I know what all of the parms are except the 'message' which I know is an object but I can't seem to find what it contains. Just thought I'd ask so I can see if there is anything interesting in there to use.
Thanks in advance.
— Reply to this email directly or view it on GitHub https://github.com/trentrichardson/jQuery-Impromptu/issues/50.
submit: function(event,value,message,form) I know what all of the parms are except the 'message' which I know is an object but I can't seem to find what it contains. Just thought I'd ask so I can see if there is anything interesting in there to use.
Thanks in advance.