Created by: javve
Replace .remove() with .detach() since, detach do not remove all event listeners, which makes it easier to extend the script.
I realize this when I tried to make a popover which stayed visible when you hovered it.
Created by: javve
Replace .remove() with .detach() since, detach do not remove all event listeners, which makes it easier to extend the script.
I realize this when I tried to make a popover which stayed visible when you hovered it.