Tagged Questions
2
votes
1answer
2k views
jQuery Ajax calls return null
When I enter the API URLs into my browser they work, but when I try from jQuery they just return null. When I open the HTML below, all I get is an alert that says null, despite the fact that Firebug ...
1
vote
1answer
105 views
I can't get a response for /questions/{id} in Chrome Extension
I'm writing a Chrome Extension that queries the API. Using jQuery, I have the following code called from my background page:
$.ajax({
url: 'http://api.stackoverflow.com/0.8/questions/' + id
...