Spiacente, non ho ancora predisposto un test per i dispositivi mobili che non supportano le media-query
Attendere prego…
Ben fatto, ora puoi verificare i risultati
| Proprietà | width |
|
| Oggetto | px | em |
$(window) |
||
$(document) |
||
body* |
||
documentElement* |
||
screen |
||
| *Equivalente | offsetWidth |
|
| Proprietà | innerWidth |
|
| Oggetto | px | em |
$(window) |
||
$(document) |
||
window |
||
body* |
||
documentElement* |
||
screen** |
||
| *Equivalente | clientWidth |
|
| **Equivalente | availWidth |
|
| Proprietà | outerWidth |
|
| Oggetto | px | em |
$(window) |
||
$(document) |
||
window |
||
body* |
||
documentElement* |
||
| *Equivalente | scrollWidth |
|