jQuery Ajax DOM Exception 12 -
i'm trying send request using
$.get('/').done(function() { alert('assdsdasasd'); }).fail(function(jqxhr, textstatus, errorthrown) { alert(errorthrown); });
but fail handler invoked , alerts me "error: syntaxerror: dom exception 12"
where error come , how can fix this?
Comments
Post a Comment