You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While it's possible to just direct users to the StackOverflow question, I think it would be better to include the method inside the plugin to avoid versioning issues in the future, as well as for the sake of promoting plugin modularity (allow for revokable methods).
thanks, this is a great plugin!
The text was updated successfully, but these errors were encountered:
With the newest (yet-unreleased) version of the plugin, the instructions found on stackoverflow are actually no longer valid, so perhaps a proper .destroy() method (or similar) is a good idea. It's definitely under consideration--thanks for the suggestion!
It would be good (also good plugin practice) to add a
destroy()
method to remove thehoverIntent
bindings on an element or set of elements.This would take a minimimal amount (3 unminified lines) of code, and the code has already been written here:
While it's possible to just direct users to the StackOverflow question, I think it would be better to include the method inside the plugin to avoid versioning issues in the future, as well as for the sake of promoting plugin modularity (allow for revokable methods).
thanks, this is a great plugin!
The text was updated successfully, but these errors were encountered: