In all recent browser:
window.innerWidth // 1920
In Internet explorer 8
window.innerWidth // undefined
document.documentElement.clientWidth;
this is used for ie8 to get the client width