[jQuery] populating data display
I built a tree view with checkboxes and when I click on the records,
I append() the text value
to another div to show what I have currently selected.
I would like to know what would be the best approach to have a way
where when I check boxes,
the value appears in another div and when I uncheck them, the value
dissapears in the other div.
Thanks