jquery-getpath
v1.0.2
Published
Get the unique CSS path of an element.
Downloads
63
Maintainers
Readme
jquery-path
Gets the CSS path to a jQuery node or the element representation of a library with a similar API.
Based on a StackOverflow answer.
Install
npm install jquery-path
Usage
getPath($('.foo')) // => 'html>body>div#bar>div.foo'
License
This code is licensed under the MIT license.