Jquery.LazyLoad 1.8.4

dotnet add package Jquery.LazyLoad --version 1.8.4
                    
NuGet\Install-Package Jquery.LazyLoad -Version 1.8.4
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Jquery.LazyLoad" Version="1.8.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Jquery.LazyLoad" Version="1.8.4" />
                    
Directory.Packages.props
<PackageReference Include="Jquery.LazyLoad" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Jquery.LazyLoad --version 1.8.4
                    
#r "nuget: Jquery.LazyLoad, 1.8.4"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Jquery.LazyLoad&version=1.8.4
                    
Install Jquery.LazyLoad as a Cake Addin
#tool nuget:?package=Jquery.LazyLoad&version=1.8.4
                    
Install Jquery.LazyLoad as a Cake Tool

Lazy Load is a jQuery plugin written in JavaScript. It delays loading of images in long web pages. Images outside of viewport (visible part of web page) wont be loaded before user scrolls to them. This is opposite of image preloading.

Using Lazy Load on long web pages containing many large images makes the page load faster. Browser will be in ready state after loading visible images. In some cases it can also help to reduce server load.

Lazy Load is inspired by YUI ImageLoader Utility by Matt Mlinac.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.8.4 919 5/18/2013

Support for jQuery plugin repository