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