javascript - good jquery exention for on-the-fly CRUD -


I have a user profile page, and I want to give an extension that allows the user to edit their description page, On the fly

The way I am done, the same value is clicked once (i.e., "my nickname"), it is converted into an editable textarea And said that the blurring of textarea , the data is broken through Ajax, and the form will be returned in plain text with updated data.

Has anyone heard of an extention it does this?

Thank you!

It is often known as inline editing. Here's an example:


Comments

Popular posts from this blog

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -