2013-01-21 65 views

回答

1

$.getScript()docs

這是一個簡寫的Ajax功能,這相當於:

$.ajax({ 
    url: url, 
    dataType: "script", 
    beforeSend: function (xhr) { 
    // code to execute before query 
    } 
}); 
+1

的問題是我需要後執行接收和eval之前。 – Coyote

相關問題