jquery-multifield icon indicating copy to clipboard operation
jquery-multifield copied to clipboard

A jQuery plugin which allows you to create dynamic field groups.

jQuery Multifield Plugin

A jQuery plugin which allows you to create dynamic field groups.

USAGE

$('#wrapper').multifield({
	section: '.section',
	btnAdd:'.btnAdd',
	btnRemove:'.btnRemove'
});
</script>

DEMO

Preview

Demo is available here: http://maxkostinevich.github.io/jquery-multifield/

CHANGELOG

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 **

MIT License

(c) 2015 - 2016 Max Kostinevich - All rights reserved.