Can a table row expand and close? [closed]
问题 Is it possible to make a table row expand and collapse? Can anyone refer me to a script or an example? I prefer jQuery if possible. I have a drawing concept I would like to achieve: 回答1: Yes, a table row can slide up and down, but it's ugly, since it changes the shape of the table and makes everything jump. Instead, put and element in each td ... something that makes sense like a p or h2 etc. For how to implement a table slide toggle... It's probably simplest to put the click handler on the