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
Post a Comment for "Jquery/javascript Convert A Plain Text Message Into A Text Input Field"