-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Description
We are using this for a site and are attaching this to people's names. The names exist in tabs within the page. When switching tabs we overwrite the existing content which causes the hovercard functionality to stop working. Is it possible to hook into the jQuery bind/on functionality so we would not have to keep calling initialize()?
For example:
$('div#wrapper').on("hover", "span.person", function(){hovercard};)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels