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