Home / Forms / jQuery Repeater - Create a repeatable group of input elements
jQuery Repeater - Create a repeatable group of input elements

jQuery Repeater - Create a repeatable group of input elements

Download Demo
  • Overview
  • Documents
User Rating: 4.5/5 ( 3 votes)
Your Rating:

Repeater  is a jquery plugin that creates an interface to add and remove a repeatable group of input elements.

Repeater rewrites your name attributes to avoid collisions within the same form. (since the name attributes will be repeated). In the example below, the name attributes would be renamed group-a[0][text-input] and group-a[1][text-input].

Checkbox inputs will have an additional [] appended. So for example a checkbox with name foo would be mapped to group-a[0][foo][].

Names get reindexed if an item is added or deleted.

Source: briandetering.net

Scroll To Top