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

IE8 needs everything after document.ready #11

Closed
KeithWolf opened this issue Apr 6, 2014 · 1 comment
Closed

IE8 needs everything after document.ready #11

KeithWolf opened this issue Apr 6, 2014 · 1 comment

Comments

@KeithWolf
Copy link

An old unpatched version of IE8 (v. 8.0.6001.18702) was throwing this error when loading a page with remodal elements: "HTML Parsing Error: Unable to modify the parent container element before the child element is closed (KB927917)"

I found a solution that appears to work fully in several browsers, but I have not tested it 100%. Inside the jquery.remodal.min.js file, I simply wrapped the ENTIRE file inside:

$(document).ready(function() { /* entire file */ });
@vodkabears
Copy link
Owner

Fixed with #14

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

No branches or pull requests

2 participants