JQuery

There are 1 entries for the tag JQuery
Using JQuery with WinJS

I can hardly imagine any serious web development without JQuery so I did  a quick test to check if it can be used inside a WinJS project and answer is: yes! even if not in its total completeness. You can’t use any CDN to get JQuery library, it must be included in your project (quite obvious since application must load even without any network connection) so I’ve grabbed latest version and added it to my WinJS project I then later created a very naïve HTML page: <!DOCTYPE html><html><head> ...

posted @ martedì 31 gennaio 2012 20:20 | Feedback (8)