Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codedcontainer/addformrow
Clicking on a + icon will create a new form row.
https://github.com/codedcontainer/addformrow
forms generator javascript
Last synced: 13 days ago
JSON representation
Clicking on a + icon will create a new form row.
- Host: GitHub
- URL: https://github.com/codedcontainer/addformrow
- Owner: codedcontainer
- Created: 2017-02-22T20:28:56.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-22T20:47:46.000Z (almost 8 years ago)
- Last Synced: 2024-11-09T18:47:54.864Z (2 months ago)
- Topics: forms, generator, javascript
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Purpose
The JavaScript object makes it easy to duplicate a row and add new rows to a form. Just click on the "+" or "-" icon next to the row to either add a new row or delete a previous one.## SetUp
Just add the following HTML format and include the main.js and main.css file. There are no dependencies needed. Can be used with or without Bootstrap or other framework.
## Features
* Uses only around 103 lines of pure JavaScript.
* Jquery dependency is not needed.## ToDo
* Add the ability of the user to initialize the object per form element.
* Add JQuery equivalent plugin