Does a child node know which child it is?
Can jQuery determine this? I'm using the nth-child and nth-of-type CSS selector heavily on this project. I suspect using this
would help.
For instance, how would a function event handler look where:
upon user click on the 5th child image of a div -> alert(5).