Bootstrap 3 tabs
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.
Did you get that working ? if yes please share the solution . what is @ here .
We didn't. We went with another solution, https://github.com/weblinc/jquery-columnlist
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 .