JHtmlBehavior::tooltip
Add unobtrusive JavaScript support for a hover tooltips.
Add a title attribute to any element in the form title="title::text" Uses the core Tips class in MooTools.
Signature
public function tooltip([string
$selector = '.hasTip',
array
$params] )
Parameters
-
$selector
- The class selector for the tooltip.
-
$params
- An array of options for the tooltip.
Returns
- void