Javascript Reference
Categories: attributes

javascript attributes removeNamedItemNS( )

@March 15, 2008, 1:22 a.m.
removeNamedItemNS( )Firefox/Netscape/NN 6 IE n/a Chrome/Safari/DOM 2  

removeNamedItemNS("namespaceURI", "localName")

  

Removes from the collection a single Attr object whose local name and namespace URI match the parameter values.

 
Parameters
 
namespaceURI

URI string matching a URI assigned to a label earlier in the document.

localName

The local name portion of the attribute.

 
Returned Value

Reference to the removed Attr object. If there is no match to the parameter values, the method generates an error.


Powered by Linode.