Running jQuery crashing on IE10/Win7

前端 未结 3 1842
一整个雨季
一整个雨季 2020-12-19 05:50

I am for the moment just including jQuery (1.9.1, but old 1.8.3 behaved the same way) in my ASP.net webpage (Site.Master file actually). Everything worked fine running unde

3条回答
  •  春和景丽
    2020-12-19 06:37

    the jQuery team uses exceptions in certain situations for logic flow. See this bug I filed for the same problem with WinJS apps: http://bugs.jquery.com/ticket/14123

    since the exception's handled, they don't consider it a problem. I do, since it makes debugging the app way harder without "break on throw" set.

    So, that's the problem. Nothing you can do about it.

提交回复
热议问题