lazyload icon indicating copy to clipboard operation
lazyload copied to clipboard

When the picture is loaded, I need a callback function

Open huangli58 opened this issue 6 years ago • 2 comments

I need a callback function to delete the properties of certain elements, such as the default class name or others

huangli58 avatar Sep 14 '17 03:09 huangli58

I need a callback function to ... everythings

bluezhan avatar Nov 24 '17 03:11 bluezhan

Seems to be here: https://github.com/tuupola/lazyload/pull/429/commits (not added to the core yet)

File: https://github.com/tuupola/lazyload/blob/2a4fbfc0b702057338724f8ed2cd09c7db17f403/lazyload.js

Further, see here: https://stackoverflow.com/q/11398005/1066234


And with version 1.x: https://github.com/tuupola/lazyload/issues/246 - File: https://github.com/tuupola/lazyload/blob/1.x/jquery.lazyload.js

q2apro avatar Mar 21 '20 12:03 q2apro