Is there a difference between 'span :first' and 'span:first' in JQuery Selectors?
- by Raja
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.