Suppose the HTML markup looks like this:
<ul> <li>List item 1</li> <li>List item 2</li> <li>List item 3</li> </ul>
Can I select only the third list item in an unordered list item? I was looking through jQuery documentation, but I cannot find any selector that could do this.
source share