jquery-lazyloadanything
jquery-lazyloadanything copied to clipboard
Offset not position
I think you mean to use offset() rather than position() otherwise it won't work if the lazy loaded elements aren't children of the body!
Sorry, I haven't responded early. What are you referring to?
jQuery position gets the elements XY from it's parent element, offset get it from the page. It's a simple PR so I'll do that when I'm home and you'll see what I mean.