通过ajax提交表单

时间:2015-01-31 13:37:09

标签: html ajax

我的代码正在我的localhost上运行。但它不适用于Server。

        $("#MyUploadForm").ajaxSubmit(options); 

请帮帮我。

1 个答案:

答案 0 :(得分:0)

我相信你没有加入插件,请将这些行添加到你的HTML

<script src="http://malsup.github.com/jquery.form.js"></script> 

http://jquery.malsup.com/form/

相关问题