$("form").submit(function () { return false; }); that will prevent the button from submitting or you can just change the button type to "button" ...
確定! 回上一頁