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

android - Automated my builds -

apache - GeoServer under https -

python - How to return the most similar word from a list of words? -