... that it shouldn't submit the form data itself—you already did that using Ajax. ... { 3 var formData = $(this).serialize(); 4 $.post('login.php',formData ...
確定! 回上一頁