I have tried the Windows desktop version of Cordova 2.5. I am also using jquery 2.0, but it fails in dynamic reading of a local file.
var n = $('<div class="page">'); n.load("mainmenu.html", function(){ // on success }); This code functions in the smart phone version and Metro App version. It seems that IE component has denied access to local files. Are there any good methods of enabling access to local files on IE? (PS. I post to google groups too. but I can't delete it for some reason.)