I have a list like this one:
.... .... .... ....
Like this:
var index = $("ul li.active").index();
.index() without parameters gives the index of the element with respect to it's siblings, which is what you want in this case.