Hello.
There is a scratch that allows when you click on an item of information, such as a phone, replace it with input and edit.
The script itself: http://jsfiddle.net/8qsFM/
It works with input and textarea, but I need another important function to select the list, for the same opportunity to edit.
As I understand the script works as follows, if a click occurs on a div with the class .editable, then input is output, if .editable-area, then textarea is output.
How to make it so that if you click on a div with the class .editable-select, then the select list is displayed.
I can not figure out how to add functionality. Help...