jquery 1.3 not(:first) problem in IE

Posted by sunil-mand99 on Stack Overflow See other posts from Stack Overflow or by sunil-mand99
Published on 2010-05-07T04:49:57Z Indexed on 2010/05/07 4:58 UTC
Read the original article Hit count: 110

Filed under:
|

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

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about ie