sniperwolf / taggingJS

jQuery plugin to tagging like a charm!

Home Page:http://sniperwolf.github.io/taggingJS/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

new instance issue

jjhesk opened this issue · comments

I have been using backbone to the create multiple tagging boxes in the same page. The issue is that no matter how I did the naming on the Id of each tagging div box and all the child tags will be always group into the first div tagging container box. It is related the new instance issue. Please fix it asap. thanks!

keep appending new boxes and initialize your tagging() and the previous tags will always stick into the first box.
this.tagbox = this.$('#tag-' + firstobject.id + '.btn-grou'); this.tagbox.tagging();

Try with the minor update 1.3.2.