You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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();
The text was updated successfully, but these errors were encountered:
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();
The text was updated successfully, but these errors were encountered: