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.