Releases: sutara79/jquery.add-input-area
Releases · sutara79/jquery.add-input-area
v4.11.0
v4.10.1
v4.10.0
v4.9.4
v4.9.3
v4.9.2
v4.9.0
- All comments are written in English. (isssue #4)
- Move plugin files to
dist/
. - Delete
attr_name
option because it is not used in anywhere the source code. - Change the name of attributes to follow the rule of custom data attribute of HTML5.
Recommended (v4.9+) | Deprecated |
---|---|
data-name-format |
name_format |
data-id-format |
id_format |
data-empty-val |
empty_val |
4.8.0
- Add
clone_event
option.
(see an example) - Add a simple demo.
http://www.usamimi.info/~sutara/sample/add-input-area/demo/simple/ - decided not to make JSDoc.