[jQuery] Get which child is active?

[jQuery] Get which child is active?


I have a ul with a few li children. One of those children is going to
have the class of 'active'. How do I get which of the children has
this class? I was thinking something along the lines of
jQuery('ul').children(':first'). something... not sure if chaining
'.active' would work?