Correct way to add an ‘on click’ event on a bootstrap 4 modal
Creating an ‘on-click’ trigger inside a modal can be tricky. Suppose, I have written a code to delete a page. To confirm I like to show a modal popup whether the user really wants to delete the page ? Without accepting if I close it and then decide to delete the another one and accidentally […]