Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 510 Bytes

result.enable.md

File metadata and controls

23 lines (16 loc) · 510 Bytes

Result.enable

The enable function is established to enable elements in client.

Sample

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

API

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