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