You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 */});
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: