I want to edit the css of a div element during .resize() event and after the resize event revert to the default css properties.
To add context: Say I want set display:none; to a fullscreen image gallery while I resize the browser window. But after I stopped resizing (timeout?) fade the content back in.
Or toggle class on resize.
Hope you'll understand! Best regards