🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

Multifield is a lightweight jQuery plugin that allows you to dynamically duplicate and remove form groups with add / remove buttons.


Documentation

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.


You May Also Like