标签: jquery ajax exception dom
我正在尝试使用
$.get('/').done(function() { alert('assdsdasasd'); }).fail(function(jqXHR, textStatus, errorThrown) { alert(errorThrown); });
但是调用了失败处理程序并且它提醒我“错误:语法错误:DOM异常12”
此错误来自何处以及如何解决此问题?