Tagged Questions

3
votes
2answers
1k views

jQuery expand/collapse hierarchical table row

I am looking for an efficient way to expand/collapse hierarchical table rows using jQuery. The problem is, that the expand and collapse functionality differs. Initially, only rows with class level_0 ...
1
vote
2answers
18k views

jQuery plus/minus or expand/collapse on a list

Anyone want to have a crack at emulating what the BBC have done on their homepage boxed contents with the PLUS / MINUS icons showing/hiding elements in a list. http://www.bbc.co.uk/ I've tried to do ...