Many solutions I've found involve live POSTing the data that was changed. I don't want that.
I am looking to:
- transform a div / span (on click / focus) into an input (like any normal Edit it place does)
- hide the input but keep it in the DOM so that I can make an Ajax request where I can serialize all the inputs in the form.