You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$(window).on('load resize orientationchange',function(){if(window.matchMedia("(min-width: 768px)").matches){varstickyEl=newSticksy('.s-cont > .sticky');stickyEl.hardRefresh()}else{Sticksy.disableAll();///seems do not clean the markup}});
But after that i see a LOT of sticksy hidden nodes and element mispositioned till the page reload.
How to refresh state after window resize and clear the markup when sticky functionality is not needed?
The text was updated successfully, but these errors were encountered:
Tried
But after that i see a LOT of sticksy hidden nodes and element mispositioned till the page reload.
How to refresh state after window resize and clear the markup when sticky functionality is not needed?
The text was updated successfully, but these errors were encountered: