Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 402 Bytes

result.highlight.md

File metadata and controls

20 lines (14 loc) · 402 Bytes

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.