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

Popular posts from this blog

linux - Could not find a package configuration file provided by "Qt5Svg" -

simple.odata.client - Simple OData Client Unlink -