A jQuery plugin which allows you to create dynamic field groups.
$('#wrapper').multifield({
section: '.section',
btnAdd:'.btnAdd',
btnRemove:'.btnRemove'
});
</script>
Demo is available here: http://maxkostinevich.github.io/jquery-multifield/
v2.0.0 - September 21, 2016
** Updates **
- Localization strings now passed through the 'locale' option as an object
v1.0.0 - June 30,2015
** Initial Release **
(c) 2015 - 2016 Max Kostinevich - All rights reserved.