jquery阻止默认submit,改用异步提交
http://www.cnblogs.com/zhuqil/archive/2010/07/18/1780285.html $(document).ready(function () { //wire up to the form submit event $("form.hijax").submit(function (event)