Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 652 Bytes

result.remove.md

File metadata and controls

26 lines (19 loc) · 652 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.