The runat function is established to add the result a return value which will be shown in the web.
var result = new Result();
result.runat("#table1");
Calling | Returning |
---|---|
Result . runat ( ) | Result |
Result . runat ( selector ) | Result |
Parameters | Type | Description |
---|---|---|
selector | String | A jQuery selector key to mark the place the data will be shown. The default is "body". |