Could anyone recommend a JavaScript library or sample code for inline editing of multiple fields at the same time? I'm looking for something similar to Flickr, where when you click on either the name or description of a photo they both turn into texboxes and when the user clicks "save" both of them are saved.
I'm using jQuery, so a jQuery plugin would be nice, but not essential. I've already looked at https://stackoverflow.com/questions/708801/whats-the-best-edit-in-place-plugin-for-jquery, but haven't found any that support multiple fields.
The editor by Joseph Scott works fairly well. Fairly customizable too due to the fact that everything is done with templates and CSS classes. See the demo here. (He did model this after FLickr.)
The Another In-Place Editor also looks promising also, although I have not tried it out myself.