maxkostinevich / jquery-multifield

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

Home Page:http://maxkostinevich.github.io/jquery-multifield/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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

About

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

http://maxkostinevich.github.io/jquery-multifield/

License:Other


Languages

Language:HTML 82.6%Language:JavaScript 17.4%