Skip to content

Instantly share code, notes, and snippets.

@formigarafa
Created February 4, 2011 19:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save formigarafa/811641 to your computer and use it in GitHub Desktop.
Save formigarafa/811641 to your computer and use it in GitHub Desktop.
teste alert my gists
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf8" />
<script type="text/javascript" charset="utf-8" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.0/jquery.min.js"></script>
<script>
$(function(){
src = "http://gist.github.com/api/v1/json/gists/formigarafa"
$.getJSON(src, function(data){
alert(data);
})
})
</script>
</head>
<body>
<h1>isso</h1>
lsdkj ldfjk dlkjfl
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment