Is there a difference between 'span :first' and 'span:first' in JQuery Selectors?

Posted by Raja on Stack Overflow See other posts from Stack Overflow or by Raja
Published on 2010-05-13T13:10:35Z Indexed on 2010/05/13 13:14 UTC
Read the original article Hit count: 156

Filed under:
|

Could someone tell me the difference between those two. The first one is working on FF and not in IE (6) and second one is working in IE (6) and not in FF (I am using the Jquery 1.4.2). We had to detect the browser and write the script accordingly.

© Stack Overflow or respective owner

Related posts about jquery-selectors

Related posts about jQuery