Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

Reset to original state? #12

Open
jefferose opened this issue Aug 20, 2015 · 1 comment
Open

Reset to original state? #12

jefferose opened this issue Aug 20, 2015 · 1 comment

Comments

@jefferose
Copy link

Can anyone suggest how to reset the view to having nothing selected at all?

@calioptrix
Copy link

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")

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants