Created
September 24, 2013 11:42
-
-
Save agaase/6683541 to your computer and use it in GitHub Desktop.
Forces the links in an iframe to open in new tab.
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
$("iframe").contents().find("a").attr("target","_blank"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment