jquery - Issue with waitforimages plugin -
a draganddrop website builder (weebly) i'm using using waitforimages plugin:
https://github.com/alexanderdickson/waitforimages
the background image on homepage of site loads intermittently (and rarely).
i found uncaught type error waitforimages not function
related to:
$(document).ready(function() { $('.top-background-image').css('display', 'none') $('.top-background-image').waitforimages({ finished: function() { $(this).fadein(2000); } }); });
i'm out of depth thoughts on source of issue appreciated.
Comments
Post a Comment