Skip navigation.

My comments on ...

... everything bothering me

The "classic example" — revisited

My previous posts on this topic needed attention... so rather than fixing in-place here the new version:

if(!document.getElementById)
{
 (function(){
   var obj = document.all || document.layers || {};
   document.getElementById = function getElementById(id){return obj[id] || null};
  }
 )();
}

Safari and HTMLElement.prototypeWrapping DOM functions — revisited

Write a comment

You must be logged in to write a comment. If you're not a registered member, please sign up.

November 2009
M T W T F S S
October 2009December 2009
1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30