03 December 2006 21:00
Dancing Around The DOM With Prototype 1.5.0_rc1
(via)I spend a lot of time in the DOM. For some odd reason, I tend look up the built-in JavaScript methods the most. For instance, I can never remember the parentNode method name. Lucky for me, I don’t have to anymore thanks to Prototype. As of v1.5.0_rc1, Prototype has added some connivance methods for navigating the DOM.
1
(1 marks)