Uncaught TypeError: Illegal invocation - not solved
Uncaught TypeError: Illegal invocation jquery-2.0.3.js:6665
i jquery-2.0.3.js:6665
_t jquery-2.0.3.js:6717
_t jquery-2.0.3.js:6712
_t jquery-2.0.3.js:6712
x.param jquery-2.0.3.js:6685
x.extend.ajax jquery-2.0.3.js:7186
(anonymous function) marker.s45.webhost1.ru/:96
x.event.dispatch jquery-2.0.3.js:4676
y.handle
I'm getting this error while sending an ajax request.
$.ajax({
type: "POST",
url: "components/authorization.php",
cache: false,
data : {
eu_name : eu_name,
eu_society : eu_society,
eu_notes : eu_notes,
eu_want_team : eu_want_team
}
}).done(function( html ) {
$(".auth").html(html);
});
I dont get whats the problem. Thanks for any help!
No comments:
Post a Comment