tEditable :: In place editing for tables
What is it?
A jQuery plugin (based heavily on jEditable) that allows cells in a table to be edited and posted to a server ajaxically.
How is it used?
$('table').tEditable('http://someurl.com,
{
indicator : '
Saving...',
});
By default tEditable uses textareas, where dimensions can be set using the rows and cols parameters.
More detailed description coming soon.
Leave a Comment
You must be logged in to post a comment.
