$('form').on('submit', function(form){ var data = $(this).serialize(); $.ajax({ type: 'POST', cache: false, url: 'inc/process.php', data: data, success: ...
確定! 回上一頁