Skip to content

Instantly share code, notes, and snippets.

@phayes
Created November 3, 2012 18:45
Show Gist options
  • Save phayes/4008246 to your computer and use it in GitHub Desktop.
Save phayes/4008246 to your computer and use it in GitHub Desktop.
<html>
<head>
<script type = "text/javascript" src="http://code.jquery.com/jquery-1.8.2.js"></script>
<script type = "text/javascript">
var success = function (data) {
console.log(data);
alert(data);
};
$.get("http://api.impactstory.org/tiid/doi/10.1371/journal.pcbi.1000361", function(data){console(data);});
</script>
</head>
<body>
Test
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment