I found great information about traversing up the dom getting the node from a clicked element...
Traversing up the DOM getting the node from a clicked element
Who can help me to include in the breadcrumb the id= and class= attributes like you see in most buggers?
so instead of:
HTML > BODY > UL > LI > SPAN
I would like:
HTML > BODY > UL.menu > LI > SPAN#whatever
...or something similar.