Skip to content
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.

Latest commit

 

History

History
23 lines (17 loc) · 613 Bytes

result.runat.md

File metadata and controls

23 lines (17 loc) · 613 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".