Skip to content

Instantly share code, notes, and snippets.

@danlucraft
Created July 10, 2009 14:01
Show Gist options
  • Save danlucraft/144531 to your computer and use it in GitHub Desktop.
Save danlucraft/144531 to your computer and use it in GitHub Desktop.
$.getJSON("http://localhost:3000/api/3.0/events.json?start_date=2009-05-28&end_date=2009-05-28&apikey=mykey&jsoncallback=?",
function(data){
alert(data["resultsPage"]["totalEntries"]);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment