Skip to content

anhkind/jquery_lazyload

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

29ed5ab · Jul 31, 2012
Oct 21, 2007
Dec 21, 2011
Jul 31, 2012
Jul 31, 2012
Mar 3, 2012
Jul 31, 2012
Jul 31, 2012
Jul 31, 2012
Jul 31, 2012
Jul 31, 2012
Jul 31, 2012
Jul 31, 2012
Jul 31, 2012
Jul 31, 2012
Jul 31, 2012
Jul 31, 2012
Nov 26, 2011
Jan 27, 2012
Jul 31, 2012

Repository files navigation

Changelog

1.8.0

  • Allow different elements to use different containers (Rob Walch)

1.7.1

  • Fix bug #18. Document was always scrolled to top issue on IE 7 and Chrome 17 if using jQuery 1.6 or older. (Ross Allen)
  • General code speedup (Valentin Zwick)

1.7.0

  • Optimized viewport selectors. Around 25% speed increase compared to 1.6.0.
  • Add data_attribute parameter. Allows custom naming of original data attribute. (Bryan Chow)
  • Track window resize event. (Simon Baynes)
  • Add appear event. This function is called when image appears to viewport but before it is loaded.
  • Add load event. This function is called when image is loaded. (Nick Larson)
  • Renamed effectspeed parameter to effect_speed. Old version will still works couple of versions. This parameter was previously undocumented.
  • Fix failure_limit bug #19. (Brandon)

1.6.0

  • Rename original attribute to data-original to be HTML5 friendly.
  • Remove all code regarding placeholder and automatically removing src attribute. It does not work with modern browsers. Must use data-original attribute instead.
  • Add support for James Padolseys scrollstop event. Use when you have hundreds of images.
  • Add skip_invisible parameter. When true plugin will skip invisible images. (Valentin Zwick)
  • Renamed failurelimit parameter to failure_limit. Old version will still work couple of versions.

1.5.0

  • Support for removing the src attribute already in HTML. This is not a drop in solution but gives additional speed for those who need it. (Jeremy Pollock)

1.4.0

  • When scrolling down quickly do not load the images above the top. (Bart Bruil)

1.3.2

  • Support for scrolling within a container.
  • Fixed IE not loading images.

About

jQuery plugin for lazy loading images

Resources

Stars

Watchers

Forks

Packages

No packages published