With the .index() :
$('li.active').index()
Working example here:
http://jsfiddle.net/EcZZL/
Edit – added link to the api for .index() per Nick’s advice
With the .index() :
$('li.active').index()
Working example here:
http://jsfiddle.net/EcZZL/
Edit – added link to the api for .index() per Nick’s advice