Result.enable
The enable function enables elements on the client-side.
Sample
var result = new Result();
result.enable("#button1");
API
| Calling | Returning |
|---|---|
result. enable ( selector ) |
Result |
| Parameters | Type | Description |
|---|---|---|
selector |
String |
A jQuery selector identifying the elements to be enabled. |