-
-
Notifications
You must be signed in to change notification settings - Fork 118
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
Allow to remove the events #244
Comments
Can you please be more specific, shiny js has a lot of functionality, what "event" are you wanting to remove? |
I mean every DOM event is the same you have a way to add a click event, but no way to remove it. At least it's not documented how to remove the events. I'm not sure if there are other events besides DOM events. |
That's a valid concern. I'll think about how to best add a mechanism to remove events. |
I added a function |
Awesome, thanks. |
This is like a major flaw in this library I don't see a way to remove the event that was added using shinyjs.
Is there any way to remove everything that is attached to an element? Including mutation observer helpers.
The text was updated successfully, but these errors were encountered: