jQuery 重复表单字段。保证表单字段的ame及ID递增。
示例:
//All optios are optioal. ew Repeater($('.repeatable'), { addSelector: '.repeater-add', //The css selector for the add butto. removeSelector: '.repeater-remove', //The css selector for the remove butto. withDataAdEvets: false, //Should data ad evets o repeatable sectios be cloed? deepWithDataAdEvets: false, //Should data ad evets of repeatable sectios descedats be cloed? addCallback: fuctio(){}, //A callback fuctio that geerated repeatable sectios will be passed ito. wrapperHtml: "<div class='repeater-wrap'></div>" //HTML for a elemet to wrap all repeatable sectios i. });
评论