Skip to main content

Register JQuery imagesloaded plugin in Plone resource registry

Project description

Introduction

Register jquery.imagesloaded plugin in Plone’s resource registry.

version: 1.0.4

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

makinacom

Authors

Changelog

1.0 (2012-01-04)

  • Initial release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

collective.js.imagesloaded-1.0.tar.gz (5.2 kB view details)

Uploaded Source

File details

Details for the file collective.js.imagesloaded-1.0.tar.gz.

File metadata

File hashes

Hashes for collective.js.imagesloaded-1.0.tar.gz
Algorithm Hash digest
SHA256 63f78a3df48dadd1be7cbf7e58a770804d6f664d685fa02d19c835ecef33ae97
MD5 7747a15b7eba155d46bd725a0f004cd8
BLAKE2b-256 b5f61a5e489af8062571ec3257bdb4a13b2d99e2690d7941f5a1d7fa4f0bae4b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page