Columnizer-jQuery-Plugin icon indicating copy to clipboard operation
Columnizer-jQuery-Plugin copied to clipboard

Bootstrap 3 tabs

Open marjanbajc opened this issue 11 years ago • 3 comments

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.

marjanbajc avatar Jan 08 '15 03:01 marjanbajc

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

prateekchouda avatar Jul 29 '15 19:07 prateekchouda

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

marjanbajc avatar Jul 29 '15 19:07 marjanbajc

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 [email protected] 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 .

prateekchouda avatar Jul 29 '15 19:07 prateekchouda