The enable function is established to enable elements in client.
var result = new Result(); result.enable("#button1");
Calling | Returning |
---|---|
Result . enable ( selector ) | Result |
Parameters | Type | Description |
---|---|---|
selector | String | A jQuery selector key to mark the tags which will be enabled. |