jquery-resize
jquery-resize copied to clipboard
Window resize not working when decreasing size
When I use $(window).resize
with this plugin the resize call works fine when expanding but when collapsing the moment the page starts scrolling the resize callback stops firing. Disabling this plugin fixes it. Changing throttleWindow
to false
fixes it as well.