remove
Method of dom/HTMLElementdom/HTMLElement
Syntax
var object = object.remove(index);
Parameters
index
- Data-type
- any
Integer that specifies the zero-based index of the element to remove from the collection.
Return Value
Returns an object of type DOM NodeDOM Node
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Syntax
Standards information
- Document Object Model (DOM) Level 2 HTML Specification, Section 1.6.5
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]