Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

SOLVED: jQuery110204653455846038177_1518073501526 was not called

Shubashree Ravi:

I have a Json file with data. I am trying to access it through ajax call. i am accessing the script in the https website. I am getting the following error.


Error: jQuery110204653455846038177_1518073501526 was not called
at Function.error (https://sitename/news/scripts/jquery-1.10.2.min.js?v=1:21:4112)
at l.jsonp.n.dataTypes.(anonymous function).n.converters.script json (https://stat.sitename.com/news/scripts/jquery-1.10.2.min.js?v=1:23:17176)
at On (https://stat.sitename.com/news/scripts/jquery-1.10.2.min.js?v=1:23:15599)
at k (https://stat.sitename.com/news/scripts/jquery-1.10.2.min.js?v=1:23:13940)
at HTMLScriptElement.n.onload.n.onreadystatechange (https://stat.sitename.com/news/scripts/jquery-1.10.2.min.js?v=1:23:16467).

If I use the same script in an http website, there is no issue.


$.ajax({
url: "data.json",
data: {},
dataType: 'jsonp',
success: function (e) {
alert();
},
error: function (e, l, s) {
console.log(s)
}
});



Posted in S.E.F
via StackOverflow & StackExchange Atomic Web Robots
This Question have been answered
HERE


This post first appeared on Stack Solved, please read the originial post: here

Share the post

SOLVED: jQuery110204653455846038177_1518073501526 was not called

×

Subscribe to Stack Solved

Get updates delivered right to your inbox!

Thank you for your subscription

×