Created
October 2, 2015 12:23
-
-
Save isevcik/fb0fa31ad14ff4c5f8ce 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
jQuery('.members_download a:first-child').each(function(i, e) | |
{ | |
var _iframe_dl = $('<iframe />') | |
.attr('src', e.href) | |
.hide() | |
.appendTo('body'); | |
} | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment