Created
January 12, 2012 15:33
-
-
Save anchan828/1601143 to your computer and use it in GitHub Desktop.
This file contains 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
<script type="text/javascript"src="http://code.jquery.com/jquery-1.7.1.min.js"></script><script type="text/javascript">$(function(){$(".unitygames").each(function(i){var t=$(this);t.html('<iframe width="100%" height="100%" src="'+t.attr("src")+'" frameborder="0"></iframe>')})});</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment