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:

use jquery editable here is a link

for demo: http://www.appelsiini.net/projects/jeditable/default.html

for plugin home page http://www.appelsiini.net/projects/jeditable


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"