Using jQuery with Windows 8 Metro JavaScript App causes security error

前端 未结 11 1621
孤城傲影
孤城傲影 2020-11-29 21:03

Since it sounded like jQuery was an option for Metro JavaScript apps, I was starting to look forward to Windows 8 dev. I installed Visual Studio 2012 Express RC and started

11条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-11-29 21:33

    I've done a little more investigation, and wanted to clarify a couple of things.

    The error you see is in the JavaScript console, not an actual exception. The jQuery code continues to run just fine. It's actually something the underlying system is logging, not an error or exception.

    There's no reason to patch jQuery or do anything else - it's a noisy system component, not an actual error.

提交回复
热议问题