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 a weblog which usually concerns pop culture, web dev, money, toronto, politics, and random funny shit.
both the posts and the comments on this site are syndicated for your feed reading pleasure. most of my comments on twitter are also re-syndicated on this site.
awardtour.net is produced by tyler rooney. please drop me a line if you have any questions or comments.
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.