Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ChinJHsu opened this issue Aug 14, 2024 · 0 comments
Open

Comments

@ChinJHsu
Copy link

ChinJHsu commented Aug 14, 2024

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:**
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant