I setup Visual Studio Express and PhoneGap 1.4.1 for WP7.
I am able to run the sample template so I starting to move my app code from Eclipse/Android to the VSE www folder. The JQ/JQM doesn’t seems to load. So to troubleshoot, I create a new project and put a alert(“hello”); inside function onDeviceReady() and the alert dialog did not show.
What is wrong here?!

Ah I see. WP7 (and iPhone) are stricter than Android and need a Alert Callback for it to work
Try the following: