Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <div id=statusloadimage>
- </div>
- <br />
- <div id=container>
- <img id=img1 src="https://www.fotoblur.com/api/resize?id=329219&width=198&height=154&v=3" />
- <img id=img2 src="https://www.fotoblur.com/api/resize?id=324900&width=198&height=154&v=0" />
- <img id=img3 src="https://www.test.com/notfound.jpg" />
- </div>
- $(function() {
- var options = {
- callback: function(i, e) {
- $('#statusloadimage').html('Images have loaded. ' + (e ? 'with errors' : 'all image ok load'));
- },
- imageError: 'http://static.jquery.com/files/rocker/images/logo_jquery_215x53.gif'
- };
- $('#container').waitImagesComplete(options);
- });
Advertisement
Add Comment
Please, Sign In to add comment