jquery-confirm
jquery-confirm copied to clipboard
jquery-confirm can not work with jquery .load() , one of them wont work
jquery-confirm version: v3.x.x
I'm submitting a ... (check one with "x") [X] bug report [ ] feature request [ ] support request
Current behavior:
the page added jquery.load(xxx.php), then jquery-confirm wont work(TypeError: $.confirm is not a function).
Expected behavior:
remove jquery.load(xxx.php) will be fine,
Steps to reproduce:
Related code:
insert any relevant code here
$(function () {
$('#transaction-tab-pane').load("adventurer_transfer.php?pn=1");
}
**Other information:**