[thelist] dynamically hiding table rows?

ben morrison morrison.ben at gmail.com
Fri Jun 1 09:56:27 CDT 2007


On 6/1/07, Brian Cummiskey <brian at hondaswap.com> wrote:
> > Having just tried this a couple of weeks ago I think I can help. I had
> > to separate my table content into separate tables (I was hiding/showing
> > several rows at a time) and the only effective way was to hide each
> > table. Part of this is because a table is a block level element, a table
> > row is not.
> >
> using style and display options is not the "correct" way, which is why
> you're having issues.
>
> You want to use the DOM.
>
> see:  http://www.mredkj.com/tutorials/tabledeleterow.html

But doesn't that DELETE the content, once removed the information is lost?

ben
-- 
Ben Morrison
http://www.benjaminmorrison.com



More information about the thelist mailing list