Hi,
I have a list.
<ul id="navigation">
<li><a href="#"></a></li>
<li><a href="#"></a></li>
<li><a href="#"></a></li>
<li><a href="#"></a></li>
<li><a href="#"></a></li>
<li><a href="#"></a></li>
</ul>
And using jquery id like to apply a clas to the 2nd and 3rd list items.
Is there simple code for me to do this?
Thanks