Is it possible to force Lazy Load to 'preload' an invisible image that is connected with the Lazy Load Plug-In? So that wehen the image get's visible, it's already loaded.
I've found only events that need an interaction like mouseover or click, but no event for my custom script that don't relies on user events.
$("img.lazy").lazyload({
event : "click"
});