inicio mail me! sindicaci;ón

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.

Demo
jquery.teditable.js

More detailed description coming soon.

Leave a Comment