Fixed event confirmation in jQuery
This commit is contained in:
parent
2ca46ce746
commit
8e6fbf3c9d
1 changed files with 1 additions and 0 deletions
|
@ -80,6 +80,7 @@ $(function()
|
|||
{
|
||||
e.preventDefault();
|
||||
e.stopPropagation();
|
||||
e.stopImmediatePropagation();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue