Simone Alers

Results 1 comments of Simone Alers

For anyone who still has this issue, I solved mine using the following bit of code after initialisation: ``` $('li', $('.your-containing-selector')).click(function() { var $container = $(this).closest('.your-containing-selector'); var hColumnData = $container.data('hColumn');...