Gets the CSS path to a jQuery node or the element representation of a library with a similar API.
Based on a StackOverflow answer.
npm install jquery-path
getPath($('.foo')) // => 'html>body>div#bar>div.foo'This code is licensed under the MIT license.