leafo/sticky-kit

reattach

Closed this issue · 1 comments

Hi, I would like to re-attach sticky kit using an on resize handler after disabling it at a certain window width.

Is there a simple way to re-attach sticky kit after detaching?

nevermind, using: $(".sticky-item").trigger("sticky_kit:detach"); } else { $(".sticky-item").stick_in_parent(); did the trick well enough