There is unordered list, which not works properly in IE6-7, I would like want to replace it by a jQuery function.
So, we have:
- simple list with special #id (ul id="")
- some
<li>
tags - some special tag in
<li>
to show the number of a row (or something else, as you wish).
I need a function which will give an unique number for each row, from the beginning to the end of our unordered list. (ul)