Jan Endel

Results 2 comments of Jan Endel

I've got same problem, jQuery: 1.8.0, jQuery UI 1.9.2 Initialization ``` javascript $(document).ready(function () { $(".tag-food").each(function(key,tagInput) { tagInput = $(tagInput); $(this).tagHandler({ assignedTags: tagInput.data('tags'), getURL: tagInput.data('getURL'), onAdd: function (tag) { }...

Oh, I use minified version, in unminified is everything okay. Thanks for help, you're doing a really good job!