服务器失败时的 jquery 表单
我使用 malsup http://jquery.malsup.com/form/ 中的 jquery 表单插件
< a href="http://jquery.malsup.com/form/#getting-started" rel="nofollow">http://jquery.malsup.com/form/#getting-started 示例,如何我要修改代码吗服务器失败时返回错误消息,例如返回服务器代码500?
I using jquery form plugin from malsup http://jquery.malsup.com/form/
In the http://jquery.malsup.com/form/#getting-started example, how do I modify the code to return error message when server failed, eg return server code 500?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当你调用 ajaxForm 时,你可以向它传递一个选项参数,就像 $.ajax 那样,
因此将错误选项设置为回调函数,例如
When you call ajaxForm you can pass it an options parameter like that for $.ajax
So set the error option to a callback function like