TableKit. nice and fast table plugin that does column resize, sorting, and editing. uses prototype though (and not jquery). via paul.
TableKit. nice and fast table plugin that does column resize, sorting, and editing. uses prototype though (and not jquery). via paul.
this post was added on wednesday april 30th 2008 around 11am. it was added to the link category and was tagged: javascript, webdev
Award Tour is produced by Tyler Rooney. This blog usually concerns pop culture, design, web development, startups, toronto, politics, and random funny stuff.
Tyler is the co-founder of 4ormat.com, the easiest way for any creative professional to create an online portfolio website.
is jquery that much better?
it’s not a billion times better, but i find it much cleaner.
prototype has syntax which strikes me as antithetical to OO principals. for example, Element.hide(’comments’) instead of $(’#comments’).hide().
I also really like jQuery’s selector and traversing methods as it’s very flexible.
And about a year ago prototype’s documentation was complete garbage compared to jQuery. This isn’t the case anymore.