-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Jquery().clone() and append() #77
Comments
could you put a reduced example of this somewhere? |
Here is a small example that fails with in IE8 using hmtl5shiv-3.6.2 and jQuery-1.8.3. This works:
This should give the same result as above, but doesn't:
|
maybe it helps to put an in the figure. |
The behaviour does not depend on the content of the figure. I chose an empty figure as an example for brevity. Another example with the same problems:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please have some tests with jQuery-append method and IE8, there are cases when the appended node doesn't shiv. My last issue was with .clone() and then .append()
Till now updating to last version of html5shiv was helpful.
The text was updated successfully, but these errors were encountered: