Created
December 5, 2012 14:27
-
-
Save ophentis/4215883 to your computer and use it in GitHub Desktop.
script to show all images @ 99manga
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
| 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