I am using this plugin and it works great but i cant edit the text …if i click on it, it disappears. Is there an easy way to implement that or any other plugin that maybe able to help me
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I just wrote a similar snippet that may be useful to you. It would use the html5
placeholderattribute if it were available to the browser, and would fall back if the browser didn’t support it.Link to jsfiddle snippet
Link to other SO post
Edit : I misunderstood your post, sorry.
Try this example out. It’s not very complicated, but it is a small plugin that should get you started. Maybe you could give a little more information, since I don’t know why you would want to do this other than to pre-populate the inputs with values.
Using @Tom’s comment I rewrote this jsfiddle. There are many ways to achieve this, assuming this is what you want.