public marks

PUBLIC MARKS from krachot with tag prototype

28 February 2007

05 February 2007

12 January 2007

jQuery: PrototypeAndJQuery

jQuery gets a lot of its inspiration from the power behind the Prototype library. This is immediately noticeable with jQuery's use of the $() function, inspired by the Prototype function of the same name. However, there are some things that should be known about the Prototype and jQuery interact, and how the $() behaves differently.