5
I’ve been asking myself that for some time. I’ve tried somehow to figure out the size of window
(browser window) but could not get it.
With jQuery I already know it’s just doing:
$(window).height()
But, and in case I don’t have with jQuery, I don’t know how to do that.
Does anyone know how to get the height of the window (how to do with window
in jQuery), but without jQuery?
In that reply here in OS have examples using javascript only.
– Pedro Camara Junior
@bfavaretto, it was bad. I had not seen this question at the time I wrote it
– Wallace Maxters
No problem, I think yours will be easier to find by Google
– bfavaretto