Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new instance issue #28

Closed
jjhesk opened this issue Oct 23, 2014 · 1 comment
Closed

new instance issue #28

jjhesk opened this issue Oct 23, 2014 · 1 comment

Comments

@jjhesk
Copy link

jjhesk commented Oct 23, 2014

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();

@sniperwolf
Copy link
Owner

Try with the minor update 1.3.2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants