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
Post a Comment