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
We already have an API to check if scrollToFixed is applied on a particular element which is as below
// returns whether or not the ScrollToFixed plugin has been applied to the element.
var b = $.isScrollToFixed('.header');
I had a requirement wherein i needed to check the current status of the element (i.e is it fixed or not). The source already has internal methods that check these things. Can we expose them ?
The text was updated successfully, but these errors were encountered:
Hello,
We already have an API to check if scrollToFixed is applied on a particular element which is as below
I had a requirement wherein i needed to check the current status of the element (i.e is it fixed or not). The source already has internal methods that check these things. Can we expose them ?
The text was updated successfully, but these errors were encountered: