I tried to get browser window width with $(window).width();. On IE 10, it does return the full browser width, include the scroll bar. However, on Firefox and Ch
$(window).width();
window.innerWidth seems to be the correct answer when needed for responsive design
window.innerWidth