DOM API Reference
  1. Home
  2. dom
  3. NamedNodeMap.getNamedItem()

NamedNodeMap.getNamedItem()

The NamedNodeMap.getNamedItem() method returns the Attr corresponding to the given name, or null if there is no corresponding attribute.

Syntax

myAttr = attrs.getNamedItem(name)

Parameters

  • name is the name of the desired attribute

License

© 2016 Mozilla Contributors
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-us/docs/web/api/namednodemap/getnameditem

  • DOM
  • Method
  • NamedNodeMap
  • Reference
  • Référence

© 2017 - CodeProject | Terms of Service | Privacy Policy | Contact Us | About