Skip to content

Commit

Permalink
readme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
caphun committed Apr 26, 2013
1 parent f78361f commit 9cec7c1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README
Expand Up @@ -6,8 +6,9 @@ See original post at http://yelotofu.com/2009/08/jquery-inline-edit-tutorial/

But as interest in something simple grew so has the code. This plugin has the following supported features:

* works with .live() so you do not need to re-bind new DOM elements in-order to make them editable
* works with .on() with legacy support for .live() so you do not need to re-bind new DOM elements in-order to make them editable
* supports input and textarea elements. other elements supported by extending $.inlineEdit.prototype.controls
* custom placeholder text for empty areas, defaults to "Click to edit"
* custom callbacks and cancellable actions via return false.
* keyboard support. ENTER to save and ESC to cancel.
* keyboard support. ENTER to save and ESC to cancel.
* Can be loaded as an AMD module.

0 comments on commit 9cec7c1

Please sign in to comment.