(document).ready(function() { // process the form $('form').submit(function(event) { // get the form data // there are many ways to get this ...
確定! 回上一頁