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
Release files for collective.js.imagesloaded 2.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| collective.js.imagesloaded-2.1.zip | 13.5 kB | Details |
Release files / collective.js.imagesloaded-2.1.zip
| Download URL | collective.js.imagesloaded-2.1.zip |
|---|---|
| Size | 13.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
082faec9182a1bb68718a65fcb9b107a820a42b0d12edfae31dd773e9026607b
|
|
BLAKE2b-256 checksum How to use checksums |
5223ceeda46348dcfa50d27e818769cd074df2128beefc1b34114c49d11d0261
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |