not work in jquery when show console or resize browser working
mojtabamn22 opened this issue ยท 3 comments
mojtabamn22 commented
when i show inspect element or resize browser stickey sidebar working
gsacco91 commented
I'm experiencing the same issue: it seems to work properly only when the Dev Inspector is open.
mahdiarjangi commented
I'm experiencing the same issue: it seems to work properly only when the Dev Inspector is open.
You must call this ๐๐๐ , when the page loads
$(window).on('load' , function(){ var sticky = new StickySidebar('element selector' , option); });
omoghadasi commented
I'm experiencing the same issue: it seems to work properly only when the Dev Inspector is open.
You must call this point_downpoint_downpoint_down , when the page loads
$(window).on('load' , function(){ var sticky = new StickySidebar('element selector' , option); });
tanks. work for me