Reverse selector engineering with mootools
What if you need to get the css selector which targets a DOM element given the element itself?
This is the case for example when you want to store some added information over an element and show it after recharging the page. In this case you may store the information in the local storage object together with the path to the element, in other words you must be able to store the element position inside the DOM
In this scenario ...