hColumns
hColumns copied to clipboard
Reset to original state?
Can anyone suggest how to reset the view to having nothing selected at all?
This is a two step process:
1 - Remove all of the columns except the first one 2 - Make the currently selected item not selected
$("#columns .column").not(":first").remove(); $("#columns .active").removeClass("active")