The jQuery plugin namespace.
- Source:
- See:
Methods
-
<static> getHighlighter() → {TextHighlighter}
-
Returns TextHighlighter instance which is bound to given jQuery element.
- Source:
Returns:
- Type
- TextHighlighter
Example
$('#sandbox').getHighlighter() // returns TextHighlighter instance
-
<static> textHighlighter(options) → {jQuery}
-
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' });