hello friends,
i want to get the class name from li tag
for example
<ul>
<li class="itme11"></li>
<li class="itme21"></li>
<li class="itme31"></li>
<li class="itme41"></li>
</ul>
and i want to access the class item31
how do i get the class name item31 with javascript??
plz help me to solve out