Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 498 Bytes

result.hide.md

File metadata and controls

23 lines (16 loc) · 498 Bytes

Result.hide

The hide function is established to hide elements in client.

Sample

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

API

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