jquery-powertip icon indicating copy to clipboard operation
jquery-powertip copied to clipboard

Allow to override getTooltipContent() function ...

Open mdmoura opened this issue 10 years ago • 0 comments

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

mdmoura avatar Jul 12 '13 21:07 mdmoura