How to to make collapsing table rows (with IE8 support also)?
问题 I want the last two rows of a table to be folded and collapse when user click on something like "Click Here to see more rows". that would appear as the last row of the first two rows, and turn into some toggle button if a user wants to fold them back. After understanding there's no way to do this via CSS2 only, I guess that if I want IE8 support as well I would need to use javascript/jquery. I found a jquery accordion example and tried to implement it on a table, but it didn't really work.