Prevent bootbox from closing pop-up window
问题 I am using bootbox to make pop-up windows with forms and I have to validate them and throw error to user if something is wrong with the form fields. But I cannot prevent bootbox window from closing after user clicks ' Send ' button. I need to show error notifications to user, so errors could be corrected and the form be sent again. return false works ok, but after it I cannot find method, to restore usual method of bootbox to close the windows. Does somebody faced the same problem and how you