Skip to content
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.

Latest commit

 

History

History
23 lines (17 loc) · 544 Bytes

result.focus.md

File metadata and controls

23 lines (17 loc) · 544 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.