I have some labels that I want to allow users to edit. Is it possible to do this and if so how (using jQuery).
When a user clicks a label, it turns into a textbox, which has the existing "label text" contained within. When the user then edits the label and clicks somewhere other than the text box, the value is saved.
This might actually be a few pieces of functionality in one, if you could help, it would be much appreciated.