How to select innermost element with jQuery
Today I was working on new category browser UI for the project I am working. I had to select the innermost element and append some more content into it. Basically, I had an HTML like this:
Outermost element
So I needed to select the
Some Text
Evenmore text
Who cares anymore?
Innermost Element
Comments
Post a Comment