Register JQuery imagesloaded plugin in Plone resource registry
Project description
Introduction
Register jquery.imagesloaded plugin in Plone’s resource registry.
version: 2.1.0
About jquery.imagesloaded
A small jQuery plugin that triggers a callback after all the selected/child images have been loaded. Because you can’t do .load() on cached images.
$('#my-container').imagesLoaded( function( $images ) { // callback provides one argument, the jQuery object of child images console.log( $images.length + ' images have been loaded in ' + this ) });
You can call imagesLoaded on a set of images as well.
$('.article img').imagesLoaded( myFunction );
Credits
Companies
Changelog
2.1 (2012-10-20)
Nothing changed yet.
1.0 (2012-01-04)
Initial release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Close
Hashes for collective.js.imagesloaded-2.1.zip
Algorithm | Hash digest | |
---|---|---|
SHA256 | 082faec9182a1bb68718a65fcb9b107a820a42b0d12edfae31dd773e9026607b |
|
MD5 | 2b1b8e13ae3c2c3c79f601bfbb836e18 |
|
BLAKE2b-256 | 5223ceeda46348dcfa50d27e818769cd074df2128beefc1b34114c49d11d0261 |