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

component fire inserted event twice with zepto #1564

Closed
ethanchen opened this issue Mar 28, 2015 · 2 comments · Fixed by #1576
Closed

component fire inserted event twice with zepto #1564

ethanchen opened this issue Mar 28, 2015 · 2 comments · Fixed by #1576
Assignees
Milestone

Comments

@ethanchen
Copy link

I find that inserted event fired twice on zepto but jquery once. see the test here:
zepto http://jsfiddle.net/8evocLo2/
jquery http://jsfiddle.net/m27m19bo/

@daffl daffl modified the milestones: 2.2.2, 2.2.3 Mar 31, 2015
@justinbmeyer
Copy link
Contributor

Thanks for reporting. Taking a look!

@justinbmeyer
Copy link
Contributor

This is because .html calls .append internally, so it's firing twice.

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

Successfully merging a pull request may close this issue.

3 participants