开发者

good jquery exention for on-the-fly CRUD

开发者 https://www.devze.com 2022-12-18 10:35 出处:网络
I have a user prof开发者_StackOverflow社区ile page, and I\'d like to have an extension that will let the user edit his details on the page, on the fly.

I have a user prof开发者_StackOverflow社区ile page, and I'd like to have an extension that will let the user edit his details on the page, on the fly.

The way I figure this happening is once any value is clicked (i.e., "my nickname") it is converted to an editable textarea, and on blur of said textarea, the data is submitted via ajax to the sever, and the form will be converted back to plaintext, with the updated data.

Has anyone heard of an extention that does this?

Thanks!


This is often referred to as inline editing. Here is an example: http://www.appelsiini.net/projects/jeditable/default.html

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号