The highlight function is established to highlight elements in client.
var result = new Result(); result.highlight("#text1");
Calling | Returning |
---|---|
Result . highlight ( selector ) | Result |
Parameters | Type | Description |
---|---|---|
selector | String | A jQuery selector key to mark the tags which will be highlighted. |