luis-almeida / unveil

A very lightweight jQuery plugin to lazy load images
4.15k stars 675 forks source link

Load bg-img's #68

Open daddydrac opened 10 years ago

daddydrac commented 10 years ago

Is it permissible to do:

$("#pannellax2").unveil(200, function() { $(this).load(function() { this.style.backgroundImage="url('http://www.lenovo.com/images/gallery/1060x596/lenovo-tablet-miix-2-11-inch-front-15.jpg')"; }); });