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.
How does in place editing work?
Normal flow is this. User clicks text on web page. Block of text becomes a form. User edits contents and presses submit button. New text is sent to webserver and saved. Form becomes normal text again.
Demo: http://joshhundley.com/teditable/index.html
Download: http://joshhundley.com/teditable/jquery.teditable.js
Source: http://joshhundley.com/teditable-in-place-editing-for-tables/

Related Listings:
RSS feed for comments on this post. TrackBack URL
November 26th, 2009 at 2:07 am
[...] This post was mentioned on Twitter by Eyes Drinker, MobiDhoom.com. MobiDhoom.com said: RT @3gcreations tEditable : In place Editing for Tables http://bit.ly/8R0CKm [...]