Skip to content

Instantly share code, notes, and snippets.

@hathaway
Created July 15, 2013 14:21
Show Gist options
  • Save hathaway/6000336 to your computer and use it in GitHub Desktop.
Save hathaway/6000336 to your computer and use it in GitHub Desktop.
<html>
<head>
<script src="http://code.jquery.com/jquery-1.7.1.min.js"></script>
<script>
function fenceData(data) {
debugger;
console.log(data);
}
</script>
<script src="https://api.askfred.net/v1/fencer/2?_api_key=xxxx&__format=jsonp&_jsonp_callback=fenceData;" type="txet/javascript"></script>
</head>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment