ressio / lazy-load-xt

Lazy load XT is a jQuery plugin for images, videos and other media
http://ress.io/lazy-load-xt-jquery/
MIT License
1.36k stars 245 forks source link

Advanced initialization ignored #99

Closed thagxt closed 7 years ago

thagxt commented 7 years ago

I use require.js to load the my scripts...

and I'm having some trouble with the following: $('#images').find('img').lazyLoadXT();

it gets ignored and loads all image withdata-src on page instead of those targeted.