Could you please advice me a plugin or a solution on jquery.
I need to have an input field with email type. When entered it shows just like on image attached.

You can click on the change link and input will be shown again with this value.
What is the best way to do that?
Thanks!
You could you a plugin like Jeditable or implement a custom solution like the following:
HTML
JS
UPDATED DEMO HERE
I hope this helps!