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

HTMLContain breaks when loaded a second time #29

Closed
sjoerdvisscher opened this issue Apr 11, 2014 · 1 comment
Closed

HTMLContain breaks when loaded a second time #29

sjoerdvisscher opened this issue Apr 11, 2014 · 1 comment

Comments

@sjoerdvisscher
Copy link
Contributor

Fixable by adding .clone() in

$(o.selector).clone().appendTo(this.$cnt);
marcelduin added a commit that referenced this issue Apr 13, 2014
- added $().clone()
@marcelduin
Copy link
Member

Fix was a bit more complex (2nd time matches would also include the previously cloned matches) however fixed in 4466320!

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