Result.highlight
The highlight function highlights elements on the client-side.
Sample
var result = new Result();
result.highlight("#text1");
API
| Calling | Returning |
|---|---|
result. highlight ( selector ) |
Result |
| Parameters | Type | Description |
|---|---|---|
selector |
String |
A jQuery selector identifying the elements to be highlighted. |