🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

siLoader is an extremely lightweight jQuery plugin that speeds up the page load by deferring the loading of images until the page has been completely loaded.

lazy-load

Documentation

Introduction

siLoader ( Simple Loader ) is a very lightweight jQuery plugin used to lazy load images after page load.

Installation

Clone the repository and copy the minified folder content inside your project js folder.

Usage

$("image").siLoader();  OR  $("image").siLoader(function() {     // $(this) is the loaded image     $(this).fadeIn(); }); 

You May Also Like