-
Notifications
You must be signed in to change notification settings - Fork 507
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
duplication problem #290
Comments
Please post your code for clear understanding, |
I had kind of the same problem. :) I solved it in a bit hacky way:
I load content into a table via Ajax (jQuery Datatables) due to paging and need to add a confirmation dialog to the [Delete] button for each row. The problem I had was that confim() did attach multiple click events (and triggered multiple confirm dialog when hitting a button). This is due to elements in the table do stick around for each page. It could be solved by adding a option like |
i dont like this way , the author of the lib has to provide a fix for this with big Thanks for hem for sure ! |
Thanks for pointing the issue @snap608 , i should be checking if the events are already binded. Will fix asap.
|
Dear @craftpip , please can you explain this :
the problem still available ! |
I am using this selector ( onmousedown ontouchend ) , some time the pop up show twice on mobile and some time on pc
using jquery-confirm v3.2.0
I want to update to jquery-confirm v3.2.3 but i am not sure if that will break anything , so i want to be sure
1- how prevent duplication of the pop up
2- is it a bug
3- can i upgrade safely
Regards
The text was updated successfully, but these errors were encountered: