Hi, Sebastian... Yes, it is possible. I've worked trying to get smooth animation out of sliding table rows, but they're always "jerky". I resorted to putting entire tables in div's and animating the div's to get smooth performance.
What does your entire jQuery and HTML code look like? Got a page I can see? Rick > -----Original Message----- > From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Bober > Sent: Tuesday, January 15, 2008 12:41 PM > To: jQuery (English) > Subject: [jQuery] How can I show/hide table row as it is a div? > > > > I have tried $("#row1").show("slow") > but it doesn't work. > > Is it possible to show and hide a table row as it is a div? > > Sebastian