PDA

View Full Version : need help in jquery



kes.rajesh
27 Sep 2010, 01:59 AM
I am trying to get the width of anchor tag. this anchor is in the li element

just like

<ul>
<li><a href="#"></a></li>
<li><a href="#"></a></li>
<li><a href="#"></a></li>
</ul>

and i am using li mouseover event so how i get the width of particular anchor when hovering on li element.

In simple words i am trying to get the width of anchor on which i hover. but i using li mouseover event.

please anyone help me. it urgent.