Skip to content

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

Open
@ChinJHsu

Description

@ChinJHsu

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions