Created
September 24, 2012 20:47
-
-
Save cccaldas/3778282 to your computer and use it in GitHub Desktop.
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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8" /> | |
<title></title> | |
<meta name="author" content="" /> | |
<script type="text/javascript" src="jquery-1.8.2.min.js"></script> | |
<script type="text/javascript"> | |
$(function() { | |
setInterval(function(){ | |
$("#content").html("<iframe src=\"https://www.facebook.com/LuizPauloVellozo/app_190322544333196\"></iframe>"); | |
//alert("foi"); | |
}, 5000); | |
}); | |
</script> | |
</head> | |
<body> | |
<div id="content"></div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment