Skip to content

Instantly share code, notes, and snippets.

@ryszard
Created June 21, 2010 17:36
Show Gist options
  • Save ryszard/447193 to your computer and use it in GitHub Desktop.
Save ryszard/447193 to your computer and use it in GitHub Desktop.
<html>
<head>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
</head>
<body>
<script type="text/javascript">
$(document).ready(function() {
$.getJSON('http://adhoc.setjam.com/api/subscriptions/title/battlestar-galactica-2?callback=?', console.log)
})
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment