Slideshare.net (beta)

Jeresig's Comments
1-10 of 20

Excellent overview! Regarding Slide #41, the Insertion class was deprecated in Prototype 1.6; the preferred method is to use the "insert" method on elements. $("list").insert("default position: bottom, i.e. last child"); Or the more complex version: $("list").insert({ before: "paragraph before", after: "paragraph after", top: "before first", bottom: "last" });

posted by guestc22fdc on JavaScript Library Overview [slide 1] (2 weeks ago, 0 since then)

Thank you very much. Cool video!

posted by guestdbdd78 on The Future of Firefox and JavaScript [slide 1] (1 month ago, 0 since then)

hgquailabil4

posted by guest9950b4 on Building a JavaScript Library [slide 1] (1 month ago, 0 since then)

hgquailabil4

posted by guestb75f12 on Building a JavaScript Library [slide 1] (1 month ago, 1 since then)

The Future of Firefox and JavaScript

posted by guestfa1bfa on The Future of Firefox and JavaScript [slide 1] (2 months ago, 1 since then)

Pretty nice summary but there are a few issues... Slide 42's prototype example can be simplified as: $("div").observe("click " , function() { alert("div clicked"); }); On slide 45 when comparing loading AJAX results to elements you can do this in one line with Prototype too: new Ajax.Updater("results", "test.html"); Also, when dealing with any AJAX request in Prototype you don't have to specify method: "GET"... it's the default. Anyway, I've used all four libraries for varying projects... jQuery in Drupal, Prototype in my own framework and YUI/Dojo in an assortment of fun free time related things. I don't have an allegiance to any particular library I just thought someone might find this useful.

posted by guest06a3db on JavaScript Library Overview [slide 1] (2 months ago, 1 since then)

Very good summary and appreciate it very much.

posted by guest0ced3a on JavaScript Library Overview [slide 1] (3 months ago, 2 since then)

For posterity I'll note that YUI has querying support (CSS syntax) now: http://developer.yahoo.com/yui/selector (updates slide #40) thanks for posting these. great stuff. Thanks, Nate YUI Team, Yahoo!.

posted by natekoechley on JavaScript Library Overview [slide 40] (4 months ago, 3 since then)

For posterity I'll note that YUI has querying support (CSS syntax) now: http://developer.yahoo.com/yui/selector (updates sllide #40) thanks for posting these. great stuff. Thanks, Nate YUI Team, Yahoo!.

posted by natekoechley on JavaScript Library Overview [slide 1] (4 months ago, 4 since then)

THANKS!! that was a great reading material

posted by oronm on JavaScript Library Overview [slide 83] (5 months ago, 5 since then)

Prev 1 2 Next