jquery-confirm
jquery-confirm copied to clipboard
Instead of staying scripts at the time of calling a page through $.confirm
Hello When we call another page through an $.confirm, the scripts of that page remain in the page where the $.confirm is activated. After $.confirm closing, scripts will remain, which will disable some other keys or other scripts. Is there any way to eliminate scripts after closing the $.confirm? Thankful