Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 345 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 345 Bytes

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);
    });