abouolia/sticky-sidebar

not work in jquery when show console or resize browser working

mojtabamn22 opened this issue ยท 3 comments

when i show inspect element or resize browser stickey sidebar working

I'm experiencing the same issue: it seems to work properly only when the Dev Inspector is open.

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); });

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