0.0.1 • Published 12 years ago
part-element-name v0.0.1
Part Element Name
Get element name, node.js and browser.
Installation
node.js:
$ npm install part-element-namebrowser:
$ component install part/element-nameExample
var name = require('part-element-name');
name(document.querySelector('h1')); // "h1"Licence
MIT
0.0.1
12 years ago