Can we use frameworks like jQuery and jQuery UI in Windows 8 JS Applications? I can’t find a document where I can read something about other frameworks.
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, you can. The only thing needed is to add the required JavaScript files in your application in Visual Studio and include them from there. Using any CDN won’t work as you can’t load external JavaScript files in a Metro JavaScript application.