开发者

jQuery Plugin for multiple line-item forms

开发者 https://www.devze.com 2023-01-09 14:48 出处:网络
I have a form that acts as a frontend to entities in a 1:many relationship. The form lets the user edit the properties for the parent entity, as well as add, edit, and delete properties for the child

I have a form that acts as a frontend to entities in a 1:many relationship. The form lets the user edit the properties for the parent entity, as well as add, edit, and delete properties for the child entities.

This is such a common scenario that I expect someone has 开发者_运维技巧already come up with an elegant jQuery plugin to help make a user-friendly form. However, I haven't found one yet (I don't think I'm hitting quite the right combination of Google keywords).

Can anyone suggest a jQuery plugin that helps create forms for editing child entitites/line items?


not a "plug-in" but a good example of using jquery, with reusable code, to do it in rails http://railscasts.com/episodes/197-nested-model-form-part-2

0

精彩评论

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