Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 617 Bytes

result.runat.md

File metadata and controls

24 lines (17 loc) · 617 Bytes

Result.runat

The runat function is established to add the result a return value which will be shown in the web.

Sample

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

API

CallingReturning
Result . runat ( )Result
Result . runat ( selector )Result
ParametersTypeDescription
selectorStringA jQuery selector key to mark the place the data will be shown. The default is "body".