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

Latest commit

 

History

History
25 lines (19 loc) · 650 Bytes

result.remove.md

File metadata and controls

25 lines (19 loc) · 650 Bytes

Result.remove

The remove function is established to create the remove attribute to the last return value. It can be called as far as once to a runat. The second calling is invalidated without any exceptions.

Sample

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

API

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