hColumns
hColumns copied to clipboard
Too many brackets in required JavaScript code
The example code in index.html contains:
$(document).ready(function() {
$("#columns").hColumns({
nodeSource: function(node_id, callback) {
}
}); });
}); });
Note the extra }); at the far right (scroll to see them).
Hi Dave,
thanks for report this, I'm currently working on 2.0 version ,which core function will be rewritten in Coffeescript (which is my main language), so this issue should be solved by then.
Cool~ It's good to hear that there will be 2.0 version. :+1: