floatingFixed
floatingFixed copied to clipboard
Simple jQuery plugin to simplify toggling an element between fixed and absolute positioning based on window scroll
Results
2
floatingFixed issues
Sort by
recently updated
recently updated
newest added
Hi I have fixed the issue of left position while it is scrolled down and window is resized. You can test and merge the change in master. I have tested...
FloatingFixed was throwing an error if the element was removed from the page because the scroll method was not unbinding. I edited my fork to `unbind` if `windowScroll` throws an...