Skip to content

Instantly share code, notes, and snippets.

@isevcik
Created October 2, 2015 12:23
Show Gist options
  • Save isevcik/fb0fa31ad14ff4c5f8ce to your computer and use it in GitHub Desktop.
Save isevcik/fb0fa31ad14ff4c5f8ce to your computer and use it in GitHub Desktop.
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