For selecting a second parent
parents(':eq(1)')
looks smoother than
parent().parent()
Also, you might find that
closest('ul')
fits the job better.
For selecting a second parent
parents(':eq(1)')
looks smoother than
parent().parent()
Also, you might find that
closest('ul')
fits the job better.