The jQuery plugin namespace.
- Source:
- See:
Methods
-
<static> textHighlighter(options)
-
Creates TextHighlighter instance and applies it to the given jQuery object.
Parameters:
Name Type Description options
object Same as TextHighlighter options.
- Source:
Returns:
- Type
- jQuery
Example
$('#sandbox').textHighlighter({ color: 'red' });