Prototype.prototype = {updated: true}
Justin Palmer has the rundown on the latest in a series of pretty significant updates to everyone’s favorite Javascript library. As usual, he’s got an in-depth breakdown of what’s new. I encourage you to read it if you do any Javascript programming at all, as it shows the direction the library is going in.
Among the coolest new features is traversing the DOM with simple Element methods:
$(‘element‘).up();
$(‘element‘).down();
$(‘element‘).next();
$(‘element‘).previous();
Comments (No comments)
There are no comments for this post so far.
Post a comment