jquery-confirm icon indicating copy to clipboard operation
jquery-confirm copied to clipboard

jquery-confirm can not work with jquery .load() , one of them wont work

Open ChinJHsu opened this issue 1 year ago • 0 comments

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:**

ChinJHsu avatar Aug 14 '24 10:08 ChinJHsu