Created
October 29, 2013 12:21
-
-
Save ss81/7213661 to your computer and use it in GitHub Desktop.
How to change element inside iFrame
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
| var img = jQuery('iframe[id="google_ads_iframe_1111/circle.example_1"]').contents().find('img') | |
| img.attr('width', 280) | |
| img.attr('height', 230) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment