Archive

Posts Tagged ‘DOM’

deleting window properties

November 8th, 2009

Seems like there’s really something special about window and document objects in IE. Just as with iterating over window properties, there seems to be some weirdness about deleting the properties in window DOM object.
Read more…

Author: Categories: Thoughts Tags: , ,

Iterating over properties in window object

September 6th, 2009

I’ve been playing around a bit with JavaScript, and found out an interesting thing concerning property iteration in the window object in IE. In some cases, properties that are set on the window object don’t show up in the iteration.
Read more…

Author: Categories: General Tags: , , , , , ,