The show
function displays elements on the client-side.
var result = new Result();
result.show("#table1");
Calling | Returning |
---|---|
result. show ( selector ) |
Result |
Parameters | Type | Description |
---|---|---|
selector |
String |
A jQuery selector identifying the elements to be shown. |