Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 497 Bytes

result.show.md

File metadata and controls

23 lines (16 loc) · 497 Bytes

Result.show

The show function is established to show elements in client.

Sample

var result = new Result();
result.show("#table1");

API

CallingReturning
Result . show ( selector )Result
ParametersTypeDescription
selectorStringA jQuery selector key to mark the tags which will be shown.