0.0.7 • Published 6 years ago

element-path v0.0.7

Weekly downloads
5
License
MIT
Repository
github
Last release
6 years ago

Element-Path

Path of element get and query.

Examples

var ep = new ElementPath()
var element = document.querySelect('a:nth-child(2)')
var path = ep.get(element)
console.log(element === ep.query(path))
// true
0.0.7

6 years ago

0.0.5

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago