Hierarchical Table Manipulation with jQuery
I recently had to propagate change down a table that represented hierarchical data as well as show and hide columns. The most important requirement was that the changes should not propagate up any levels, only down. I have put up a sample on JSBin here that simulates generated HTML from ASP.NET(ie: dynamic control ids). Most [...]