January 2009
1 post
11 tags
Reinventing the wheel, cross browser DOM ready
There are different techniques to have DOM ready functionality. Some techniques are faster,smarter than the other (or a combination of both). Having it working in various of browser has always been an issue, with HTML 5 they introduced a new event called DOMContentLoaded. Its a great step to have cross browser DOM ready functionality, but there will always be browsers who doesn’t have this...
Jan 2nd