EditableSet v1.0 requires jQuery 1.4.1 or newer

Update an entire set of data at once with this jQuery edit-in-place plugin.

Overview

EditableSet was designed for Ruby on Rails apps, but it will work with any web application.* When activated, it wraps the target object’s inner html with a form, converts all spans with the attribute “data-name” to inputs, then appends “Submit” and “Cancel” buttons. Pressing the “Save” button will submit the form via ajax (PUT). Originally based on and inspired by Mika Tuupola’s Jeditable.

* The default repopulation script will only work if the “data-name” attributes follow Rails’ “name” attribute conventions. This feature can be overridden.

Live Example

Editing Robot License Application (double-click to edit)