window.onload = function
-
Hi Gijo,
Great work on this plugin! Smoothest lazy loading I’ve come across.
I’ve run into the following issue that had me temporarily disable the plugin.
I have a number of pages where I’m loading some page specific Javascript using:
windown.onload = function
It seems that flying images is also using this and thus my Javascript isn’t being run. I can resolve the issue either by disabling Flying Images or by using
jQuery(document).ready(function()
in my code instead (which is quite a bit of work for me though, seeing as this is an issue on multiple pages).
I imagine other people might run into this as well, so I was hoping you might address this in an update.
Cheers!
- The topic ‘window.onload = function’ is closed to new replies.