Prototypes: window
Window extensions
| Method Attributes | Method Name and Description |
|---|---|
| <static> |
window.getInnerWidth()
Return width of the current window in pixel. |
| <static> |
window.getInnerHeight()
Return height of the current window in pixel |
Method Detail
<static>
window.getInnerWidth()
Return width of the current window in pixel.
- Returns:
- {Number}
- See:
- http://www.svendtofte.com/
<static>
window.getInnerHeight()
Return height of the current window in pixel
- Returns:
- {Number}
- See:
- http://www.svendtofte.com/