标签: javascript jquery
handler.js
alert(data)
答案 0 :(得分:0)
我认为你想要处理错误。
使用jQuery.ajax()选项设置错误处理程序
http://api.jquery.com/jQuery.ajax/
然后在错误回调中使用某种UI库(如jQuery UI)来显示对话框窗口。
jQuery Tools overlay可能比仅包含一个对话框的整个jQuery UI更轻量级。
http://flowplayer.org/tools/overlay/index.html