2011-02-28 39 views

回答

2

jQuery Form Plugin允許您從網頁表單執行AJAX請求:

$("#my_form").ajaxForm(function() { 
    window.alert("Form submitted."); 
}); 
相關問題