Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <script src="http://code.jquery.com/jquery-latest.js"></script>
  <script src="https://raw.github.com/tuupola/jquery_lazyload/master/jquery.lazyload.min.js"></script>  
<body>
  <img data-original="http://jquery.com/jquery-wp-content/themes/jquery/content/books/learning-jquery-3rd-ed.jpg"  width="640" height="480" class="lazy">
<img data-original="http://jquery.com/jquery-wp-content/themes/jquery/content/books/learning-jquery-3rd-ed.jpg"  width="640" height="480" class="lazy">
<img data-original="http://jquery.com/jquery-wp-content/themes/jquery/content/books/learning-jquery-3rd-ed.jpg"  width="640" height="480" class="lazy">
<img data-original="http://jquery.com/jquery-wp-content/themes/jquery/content/books/learning-jquery-3rd-ed.jpg"  width="640" height="480" class="lazy">
<img data-original="http://jquery.com/jquery-wp-content/themes/jquery/content/books/learning-jquery-3rd-ed.jpg"  width="640" height="480" class="lazy">
<img data-original="http://jquery.com/jquery-wp-content/themes/jquery/content/books/learning-jquery-3rd-ed.jpg"  width="640" height="480" class="lazy">
  <script>$("img.lazy").lazyload();</script>
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers