Using jQuery with Windows 8 Metro JavaScript App causes security error

前端 未结 11 1620
孤城傲影
孤城傲影 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:41

    For what it's worth, I've ported the majority of jQuery core to wrap the native WinJS library. It's lightweight and provides just about everything that jQuery does with the addition of some plugins for badges, notifications, etc.

    It is a work in progress, but I'm trying to get some people to join in the fun.

    https://github.com/rmcvey/winjq

    Quick write-up (documentation is being added to): http://practicaljs.com/jquery-in-windows-8-apps/

提交回复
热议问题