Posts by André Adriano • 146 points
2 posts
-
0
votes2
answers172
viewsA: Sweetalert Does Not Return False
Try to put in your event the e.stopImmediatePropagation() (MDN), it interrupts all other events that would run along with the button. You need to pass the event object with…
-
3
votes1
answer35
viewsA: Recover element instance after it is rewritten
What you can do is put the event on document with selector of (function’s 2nd parameter). This way you yourself override the button, if its selector remains the same, the event will run.…
javascriptanswered André Adriano 146