adamwulf / Columnizer-jQuery-Plugin

The Columnizer jQuery Plugin will automatically layout your content in newspaper column format. You can specify either column width or a static number of columns. And, of course, it’s easy to use!
http://welcome.totheinter.net/columnizer-jquery-plugin/
Other
760 stars 147 forks source link

Bootstrap 3 tabs #181

Open marjanbajc opened 9 years ago

marjanbajc commented 9 years ago

Hi,

I'm using bootstrap 3 tabs and I'm trying to make it work with

$(document).on("shown.bs.tab", function(event) {
    var tabSelector = $(event.target).attr("href");
    $(tabSelector).find(".columnize").each(function(){ $(@).data('columnizeIt')() });
});

Otherwise it works but not in bootstrap tab.

Any help would be appreciated.

prateekchouda commented 9 years ago

Did you get that working ? if yes please share the solution . what is @ here .

marjanbajc commented 9 years ago

We didn't. We went with another solution, https://github.com/weblinc/jquery-columnlist

prateekchouda commented 9 years ago

i could columize the tab content , but when i m switching between tabs its columnzing content again and again . i am working on it , i m gonna resolve it , will let you know.

On Wed, Jul 29, 2015 at 2:40 PM, Marjan notifications@github.com wrote:

We didn't. We went with another solution, https://github.com/weblinc/jquery-columnlist

— Reply to this email directly or view it on GitHub https://github.com/adamwulf/Columnizer-jQuery-Plugin/issues/181#issuecomment-126073557 .