You can also use your own editor!
<3 Chrome debug tools
Note: After a build you automatically receive a mail with a link to download your app
intel.xdk.camera.takePicture(50,false,"jpg");
document.addEventListener("intel.xdk.camera.picture.add", function(e){
var imgUrl = intel.xdk.camera.getPictureURL(e.filename);
document.getElementById('picturePlace').url = imgUrl;
});
$("#myButton").click(myFunction);
$(document.body).append($("<div>"));
$([1,2,3]).each(multiplyFunction);
$.ui.showBackButton = false;
$.ui.loadContent("#mySecondPage", false, false, "pop");
$.ui.toggleSideMenu();
$.ui.useOsThemes = false;