Hi,
i have 3 div tags of same class,
<div class="redc">
<p>sdfs</p>
</div>
<div class="redc">
<p>sdfs</p>
</div>
<div class="redc">
<p>sdfs</p>
</div>
to select div other than first ,$(".redc:not(:first)")
works fine in mozilla,but not in IE
Please suggest any alternative for IE
Note: vesion jquery 1.3