Skip to content

Add setContent method to API #96

Open
@gvn

Description

@gvn

It would be nice to be able to dynamically modify the content of the tooltip with a setContent method that could take either a HTML string or jQuery element as an argument.

IE:

$hello = $('<p>Hello World</p>');

$.powerTip.setContent('<p>Hello World</p>');

// OR

$.powerTip.setContent($hello);

Metadata

Metadata

Assignees

No one assigned

    Labels

    FeatureSoftware improvements that involve implementing new features.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions