別の.jsファイルで関数を実行するのに$.getscript
を使用しようとしていますが、どういう意味がわかりません。
マイコード:
$.getscript("Tool_Functions.js",function(){
getGraphData(id)
.done(function (graphResponse) {
Drawgraph(graphResponse);
})
.fail(function (x) {
// Fail code
});
});
は、それが原因で非同期いる機能のですか?
'getScript()'ではなく 'getscript()'です – j08691