mharen / jquery-endless-inputs-plugin

Simple jQuery plugin for cloning inputs as they are filled in
http://blog.wassupy.com/
GNU General Public License v2.0
1 stars 0 forks source link

Add ID/Name attribute generation #2

Open mharen opened 13 years ago

mharen commented 13 years ago

Some users may require the plugin to generate new, unique names for cloned elements

xdumaine commented 13 years ago

I thought I needed this at first for submitting the values of the inputs, but realized i could do id="foo[]" and then get them all, because all of the inputs in a particular container are being used in a uniform way. It would be a good feature to have, though, for other uses.

mharen commented 13 years ago

Right--that's the sort of documentation I'm going to add for #3