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

Popular posts from this blog

how to proxy from https to http with lighttpd -

android - Automated my builds -

python - Flask migration error -