http://stackoverflow.com/questions/2172800/automatically-detect-web-browser-window-width-change
Try the resize event
$(window).resize(function() {
console.log('window was resized'); });
http://stackoverflow.com/questions/2172800/automatically-detect-web-browser-window-width-change
Try the resize event
$(window).resize(function() {
console.log('window was resized'); });