jQuery and Windows 8 JavaScript Metro Style Apps

前端 未结 9 1502
小蘑菇
小蘑菇 2021-02-02 11:31

Can jQuery be used in Windows 8 Metro-style apps developed using the JavaScript API? I\'m looking at the samples, and there\'s a lot of standard DOM manipulation like doc

9条回答
  •  Happy的楠姐
    2021-02-02 11:47

    Actually you can download it through Visual Studio. If you download NuGet Package Manager.
    TOOLS->Add Packages & Extensions

    Search the left online packages for NuGet Package Manager and install.

    Then when in a project that you want jQuery, right click on your references and add a NuGet package, and search jQuery. That's what I use.

提交回复
热议问题