[jQuery] Trying to show/hide table row...

2007-01-15 Thread Rick Faircloth
Is it possible to show and hide a table row as it is a div? I work mostly with tables / rows / cells rather than div's and I've had a hard time making the code work on tables rows. Before I get into the code, I just want to make sure there's nothing specific about TR's that make them impossible

Re: [jQuery] Trying to show/hide table row...

2007-01-15 Thread Rafael Santos
Well ... i toggle the display property of tr though it seems to have i bug on firefox, because it doesn't get the colspan when it exist in a td child... but it works fine on IE... btw, i use the slideToggle effect. So if anyone knows a good way, please tell me too. 2007/1/15, Rick Faircloth

Re: [jQuery] Trying to show/hide table row...

2007-01-15 Thread Brandon Aaron
There has been a lot of talk and tests of trying to get this to work properly. I created some tests to see if changing the display property would solve the problem but unfortunately some of the browsers just don't allow opacity changes on some of the other display properties. Right now the best

Re: [jQuery] Trying to show/hide table row...

2007-01-15 Thread James Thomas
It is possible to hide table rows, though I don't know about hiding them with animations. We hide them all the time and we just hide and show it - works fine. I haven't tried this since I switched to jquery (some of the old JS code is still there) but I don't think there'd be any problem here

Re: [jQuery] Trying to show/hide table row...

2007-01-15 Thread Rick Faircloth
PM To: discuss@jquery.com Subject: Re: [jQuery] Trying to show/hide table row... It is possible to hide table rows, though I don't know about hiding them with animations. We hide them all the time and we just hide and show it - works fine. I haven't tried this since I switched to jquery (some

Re: [jQuery] Trying to show/hide table row...

2007-01-15 Thread James Thomas
Subject: Re: [jQuery] Trying to show/hide table row... It is possible to hide table rows, though I don't know about hiding them with animations. We hide them all the time and we just hide and show it - works fine. I haven't tried this since I switched to jquery (some of the old JS code

Re: [jQuery] Trying to show/hide table row...

2007-01-15 Thread Blair McKenzie
and slide up. Is that what you do? Rick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of James Thomas Sent: Monday, January 15, 2007 2:43 PM To: discuss@jquery.com Subject: Re: [jQuery] Trying to show/hide table row... It is possible to hide table