简体   繁体   中英

Why doesn't this webpage work in Internet Explorer only?

I don't usually have access to Internet Explorer but right now I did and I checked out our website on Internet Explorer and it fails to show some pages, for example this: http://www.listicle.co/list/user/post.php?listid=607 . I enabled the debugger on IE and I've been trying to fix these issues for a while but today I'm getting different errors:

HTML1509: Unmatched end tag.
post.php, line 512 character 2

HTML1509: Unmatched end tag. 
post.php, line 1423 character 8

SCRIPT87: Invalid argument. 
jquery.min.js, line 5 character 6420

SCRIPT87: Invalid argument. 
jquery.min.js, line 5 character 6420

The problem is that I don't think that there is any unmatched tag. I also thought this could be a problem with jQuery but I downgraded jQuery to be 1.10... version as suggested by someone else. I also tried enabling HTML shim or shiv and it didn't help either. Can someone with IE please help me debug this issue? I'd highly appreciate it. This is so confusing.

Thanks.

<div> is not allowed inside <p> . IE is auto-correcting your HTML and it is producing unexpected results when it comes to the JavaScript.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM