[jQuery] Re: problem looping through table rows in IE

2007-08-19 Thread Potluri
Thanks Olaf, I appreciate your help. Yeah, might be my table is not valid. I'll check on it. Thats the only reason I can see now. But whats strange is I'm using table sorter plugin on the same table which uses same selector to select rows, it works on bith IE and firefox but that's not working

[jQuery] Re: problem looping through table rows in IE

2007-08-19 Thread Olaf Bosch
Potluri schrieb: Thats really surprising, the same code doesn't work for me but works for you. No I dont have IE in quirks mode. Does that make a difference? No, i tested this, works in Quirks to. See this, works this for you? http://olaf-bosch.de/bugs/jquery/potluri.html Other idea, is you

[jQuery] Re: problem looping through table rows in IE

2007-08-18 Thread Potluri
Thats really surprising, the same code doesn't work for me but works for you. No I dont have IE in quirks mode. Does that make a difference?. Do you know any other way to make this work. Thanks. Olaf wrote: > > > Potluri schrieb: > >> Can you please help me out in how to make it work in IE. I

[jQuery] Re: problem looping through table rows in IE

2007-08-17 Thread Alexandre Magno Teles Zimerer
Hey dude, why you wanna loop thrungh table rowsAwaiting for your answer,Alexandre MagnoWeb developerhttp://blog.alexandremagno.net> Date: Fri, 17 Aug 2007 14:48:41 -0700> From: [EMAIL PROTECTED]> To: jquery-en@googlegroups.com> Subject: [jQuery] Re: problem looping through table

[jQuery] Re: problem looping through table rows in IE

2007-08-17 Thread Olaf Bosch
Potluri schrieb: Can you please help me out in how to make it work in IE. It would be gr8 if you figure out a way. Uups, i tested this. Its work in IE7, IE6+5.5 standalone, not in IE5.0 standalone Have you got IE in QuirksMode? $(document).ready(function(){ $(">tbody:first/tr","#srT

[jQuery] Re: problem looping through table rows in IE

2007-08-17 Thread Potluri
Hi Olaf, I really appreciate your suggestion. I used this way of looping until late but this type of looping is quite slow for table with 300 rows, but the other way which I'm trying to do in firefox $(">tbody:first/tr","#srTable").each(); is tons faster for table with large number of rows. I c

[jQuery] Re: problem looping through table rows in IE

2007-08-17 Thread Olaf Bosch
Potluri schrieb: I'm planning to loop through the rows of table and get the id of each row but I'm not able to loop through the rows in IE but in firefox it works. I can't provide you with any links at this point. When I'm trying to put an alert message inside the loop of each, it doesn't give

[jQuery] Re: problem looping through table rows in IE

2007-08-17 Thread Potluri
I'm planning to loop through the rows of table and get the id of each row but I'm not able to loop through the rows in IE but in firefox it works. I can't provide you with any links at this point. When I'm trying to put an alert message inside the loop of each, it doesn't give the alert message.

[jQuery] Re: problem looping through table rows in IE

2007-08-17 Thread Andy Matthews
What are you expecting to happen and what's actually happening? Do you have a link that you could post? You've got to give some history as to what's going on before someone can help you out. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Potlur