How to Lazy Load div background images
问题 As many of you know it is widely used to lazy load images. Now i want to use this as lazy load div background images. How can i do that ? I am currently able to use http://www.appelsiini.net/projects/lazyload that plugin So i need to modify it in a way that it will work with div backgrounds Need help. Thank you. The below part i suppose lazy loads images $self.one("appear", function() { if (!this.loaded) { if (settings.appear) { var elements_left = elements.length; settings.appear.call(self,