We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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:**
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: