In all recent browser:
window.innerWidth // 1920
In Internet explorer 8
window.innerWidth // undefined
Please note: .innerWidth method is not applicable to window and document objects; for these, use .width() instead.
jquery api documentation for .innerwidth()