Hi, I face this selector problem only in IE(that sucks). What I'm trying to do is select rows of a table by looping through them like I've table with id srTable as <table id="srTable"> <tbody> <tr>a1 </tr> <tr>a2 </tr> <tr>a3 </tr> <tr>a4 </tr> </tbody> </table>
I'm trying to loop through rows of table as $("> tbody:first>tr","#srTable").each (function() { alert("vj"); }); This works perfectly fine in firefox but in IE it doesn't loop through the rows. Can any one of you help me out how to make this work in IE or some other better way to loop through rows in table with jquery. I'm waiting for answer which works right away. Thanks in advance. Regards, Vijay Potluri -- View this message in context: http://www.nabble.com/problem-with-selector-in-IE-tf4287169s15494.html#a12204040 Sent from the JQuery mailing list archive at Nabble.com.