Skip to content

Instantly share code, notes, and snippets.

@ophentis
Created December 5, 2012 14:27
Show Gist options
  • Select an option

  • Save ophentis/4215883 to your computer and use it in GitHub Desktop.

Select an option

Save ophentis/4215883 to your computer and use it in GitHub Desktop.
script to show all images @ 99manga
var template = '<img style="max-width:100%" src=""></img>';
var imgs = PicListUrl.split('|');
$('body').empty();
for(var i=0; i<imgs.length; i++) {
$(template).attr('src',ServerList[server-1]+imgs[i]).appendTo('body');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment