Appcelerator Developer Center – Use of Jquery windowとかdocumentオブジェクトがないせいで動かないので、空のオブジェクトを定義してやるという方法。 そんなやり方でいいのか。 jQuery 1.5だと上のやり方のままでは動かなかったのでちょっと修正して動いたのが以下のコード。 var window = {}; var document = { getElementById: function(){}, createComment: function(){}, documentElement: { insertBefore: function(){}, removeChild: function(){} }, createElement: function(e){ return obj = { innerHTML: "", append