Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 548 Bytes

result.focus.md

File metadata and controls

24 lines (17 loc) · 548 Bytes

Result.focus

The focus function is established to set an element focused at the web. It can be called as far as once.

Sample

var result = new Result();
result.focus("#text1");

API

CallingReturning
Result . focus ( selector )Result
ParametersTypeDescription
selectorStringA jQuery selector key to mark the element which will be focused.