DubFriend / jquery.repeater

Create a repeatable group of input elements
MIT License
389 stars 191 forks source link

add group via click button #111

Open pws2016 opened 5 years ago

pws2016 commented 5 years ago

Hello, i'm using your library but i have a button on repeater group so when clcik on it i want display new group and in this group will have same button to add other new group and when the group added i want get the group index to save it in hidden input from cliked group.

to be more clear, i building questions/answers system so for each question (repeater group) have list of answers (i use Nested repeater option) and i can in one of this answers associate other question (so is other repeater group)

How i can do this? thanks..