Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to override getTooltipContent() function ... #92

Open
mdmoura opened this issue Jul 12, 2013 · 0 comments
Open

Allow to override getTooltipContent() function ... #92

mdmoura opened this issue Jul 12, 2013 · 0 comments
Labels
Feature Software improvements that involve implementing new features.
Milestone

Comments

@mdmoura
Copy link

mdmoura commented Jul 12, 2013

Hello,

Would be possible to add a way to override the getTooltipContent() function?

Something like:

$('a').powerTip({ 
  content: function ($element, $tooltip) {
    return $element.parent().find('.Html').html();
  }  
}

And also for other current PowerTip functions or futures ones?

I think is really useful when needing custom configurations ...

Thank You,
Miguel

@stevenbenner stevenbenner added this to the 1.4.0 milestone Jul 31, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Software improvements that involve implementing new features.
Projects
None yet
Development

No branches or pull requests

2 participants