Quantcast
Channel: JQuery 3.x Object doesn't support property or method 'success' - Stack Overflow
Browsing latest articles
Browse All 3 View Live

Answer by Taplar for JQuery 3.x Object doesn't support property or method...

For getJSON the success callback can be passed in as the second argument.Ref. http://api.jquery.com/jQuery.getJSON/$.getJSON("https://query.yahooapis.com/v1/public/yql?q="+ searchtext...

View Article



Answer by Onix for JQuery 3.x Object doesn't support property or method...

Look here: http://api.jquery.com/jQuery.ajax/.done(function() { //do stuff});

View Article

JQuery 3.x Object doesn't support property or method 'success'

I am using the Yahoo Weather API. It works fine with JQuery 1.x. The issue is with JQuery 3.x. I am getting this error: Object doesn't support property or method 'success'. What can I use instead of...

View Article
Browsing latest articles
Browse All 3 View Live




Latest Images