Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 374 Bytes

result.show.md

File metadata and controls

20 lines (14 loc) · 374 Bytes

Result.show

The show function displays elements on the client-side.

Sample

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

API

Calling Returning
result. show ( selector ) Result
Parameters Type Description
selector String A jQuery selector identifying the elements to be shown.