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

Latest commit

 

History

History
22 lines (16 loc) · 512 Bytes

result.disable.md

File metadata and controls

22 lines (16 loc) · 512 Bytes

Result.disable

The disable function is established to disable elements in client.

Sample

	var result = new Result();
	result.disable("#button1");

API

CallingReturning
Result . disable ( selector )Result
ParametersTypeDescription
selectorStringA jQuery selector key to mark the tags which will be disabled.