jQuery 學習心得筆記 (5) – Ajax (下) | ericsk.net

jQuery 學習心得筆記 (5) – Ajax (下) | ericsk.net

瀏覽:945
日期:2025-05-10
jQuery.ajax() 的 callback jQuery 提供的 ajax 函式其中有 4 個 callbacks: beforeSend, ... $.ajax({url: 'msg.php', dataType: 'jsonp', jsonp: 'processData', data: {gender: $('#gender').val(), name: $('#name').val(), callback: 'processData'}, error: function(xhr) {alert...看更多