Skip to content

A jQuery plugin, that allows images to load in a selected order

Notifications You must be signed in to change notification settings

DiamondDev/imageorder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

imageorder


A jquery plugin for loading images in a selected order

Usage

Include the latest jQuery and js/jquery.imageorder.js in your HTML page. Add a class to your images, and a "order" attribute to choose the loading order.

js

$(document).ready(function(){
        $.imageOrder(selector);
    });

About

A jQuery plugin, that allows images to load in a selected order

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published