Created
February 4, 2011 19:56
-
-
Save formigarafa/811641 to your computer and use it in GitHub Desktop.
teste alert my gists
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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