preventDefault(); $.ajax({ url: url, //this is the submit URL type: 'GET', //or POST data: $('#subscribe-email-form').serialize(), success: function(data){ ...
確定! 回上一頁