Closed ve3 closed 7 years ago
Hello.
The desktop design top: is 50, tablet or mobile version is 100.
I cannot off/destroy or anything.
sticky_menu_top = $('.navbar').height(); $('.page-sidebar').hcSticky({ bottom: 0, bottomEnd: 8, top: sticky_menu_top, }); $(window).on('resize', function() { sticky_menu_top = $('.navbar').height(); //$('.page-sidebar').hcSticky('stop'); $('.page-sidebar').hcSticky('destroy'); });
This is error in browser console.
TypeError: e(...).data(...) is undefined
I cannot off or destroy it. So, I cannot make sure that how do i change top offset in each window size.
Obsolete. New major version available.
Hello.
The desktop design top: is 50, tablet or mobile version is 100.
I cannot off/destroy or anything.
This is error in browser console.
I cannot off or destroy it. So, I cannot make sure that how do i change top offset in each window size.