Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an ability to trigger columnizeIt of selected element from external scope #196

Open
Finesse opened this issue Jul 22, 2015 · 0 comments

Comments

@Finesse
Copy link

Finesse commented Jul 22, 2015

Sometimes there is a need to rebuild columns of selected element when window is not resized. Now there is no way to do it.

This feature can be added by adding $inBox.data("columnize", columnizeIt); somewhere near line 142. In this case it would work like this:

$('#columns').columnize();
// some time later...
$('#columns').data('columnize')();

It is the easiest way to add this feature but it is dirty way. So it would be great if there is a more elegant way to do rebuilding.

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

No branches or pull requests

1 participant