Skip to content

Bind hovercard to events #2

@mziemer21

Description

@mziemer21

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};)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions