jQuery-Form-Validator icon indicating copy to clipboard operation
jQuery-Form-Validator copied to clipboard

Display Bootstrap Modal DIalog after form Submitted

Open dkedar opened this issue 7 years ago • 0 comments

Hello, I would like to show the Bootstrap Modal DIalog after submitted the Form. Below is my code but its doesn't show me Modal Dialog, Please check

$.validate({ form : '#feedback-form', onSuccess : function($form) {
$("#feedback-alert").modal("show"); } });

dkedar avatar Jun 27 '18 12:06 dkedar