Marjan

Results 2 issues of Marjan

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...

Hi, nice plugin, I really appreciate the work. At the end of the video, both 'pause' and 'finish' event fire. Am I doing something wrong or is it some kind...