Quantcast
Channel: How do I get this JSONP feed to update? - Stack Overflow
Browsing latest articles
Browse All 2 View Live

Answer by gpojd for How do I get this JSONP feed to update?

This seems to work: $(function () { var refreshWeather = function () { $.ajax({ url: "http://api.wunderground.com/api/mykey/conditions/forecast/q/autoip.json", dataType: "jsonp", success: function...

View Article



How do I get this JSONP feed to update?

I am trying to display JSONP data with $ & ajax in a div on a webpage. I want this data to be updated regularly. But the code below only displays the data once and then it never changes. What can I...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images