Skip to content Skip to sidebar Skip to footer

Jquery/javascript Convert A Plain Text Message Into A Text Input Field

i've got the following request: create a plain text field that transforms into an text input element when clicking on an edit trigger. When leaving the input element the text will

Solution 1:

Solution 2:

I developed a plugin that do what you need:

$.convertTo

I hope it will be helpful, regards.

Post a Comment for "Jquery/javascript Convert A Plain Text Message Into A Text Input Field"