Javascript debugger
Website design
↑
DOMElement {
void setIdAttributeNS(string namespaceURI,
string localName,
bool isId);
}Declares the attribute specified by localName and namespaceURI to be of type ID.
The namespace URI of the attribute.
The local name of the attribute, as prefix:tagname.
Set it to TRUE if you want name to be of type
ID, FALSE otherwise.