Link to home
Start Free TrialLog in
Avatar of iskibinska
iskibinska

asked on

nested tables in jquery

I have a table where each cell could be a table. I would like to program my cells as collapsebile
table. Is it possible in jquery ?. Any example ?

I would rather want to unfold the cell, user clicks on  instead of all the cells in one row.

Is it possible ?
Avatar of leakim971
leakim971
Flag of Guadeloupe image

Check this : http://simplythebest.net/scripts/DHTML_scripts/dhtml_script_12.html

<tr>
  <td onclick="pop(datac1)" />
  <td onclick="pop(datac2)" />
</tr>

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of tanhung
tanhung

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial