views:

27

answers:

1

Webkit adds to the bottom, right corner of any textarea, an icon that you can drag to resize the textarea. I need to create the same affect on a table cell to allow my user to adjust the size of a given cell via drag. I could code this up, but I doubt if it hasn't already been done.

A: 

jQuery.resizable is a good place to start.

Matt Ball
Alas... I think I will finally have to learn jQuery.
dacracot
Writing Javascript without jQuery is like building a house with no hammer, like Jon without Skeet, like moose without squirrel. Your (JS) life is about to get SO MUCH BETTER
Matt Ball