Skip to content

Instantly share code, notes, and snippets.

@huobazi
Forked from matdombrock/proload.js
Last active August 29, 2015 14:11
Show Gist options
  • Save huobazi/5387d03ac7f01a2f2bb8 to your computer and use it in GitHub Desktop.
Save huobazi/5387d03ac7f01a2f2bb8 to your computer and use it in GitHub Desktop.
//USES JQUERY
var slides = [
"img/Lighthouse.jpg",
"img/Desert.jpg",
"img/Jellyfish.jpg"
];
$(slides).each(function () {
$('<img />').attr('src',this).appendTo('body').css('display','none');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment