Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jako/jq.multiinput
jQuery multiInput Plugin
https://github.com/jako/jq.multiinput
javascript jquery jquery-plugin
Last synced: 8 days ago
JSON representation
jQuery multiInput Plugin
- Host: GitHub
- URL: https://github.com/jako/jq.multiinput
- Owner: Jako
- Created: 2013-12-13T23:31:53.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-09-09T12:09:15.000Z (2 months ago)
- Last Synced: 2024-11-01T00:23:57.426Z (15 days ago)
- Topics: javascript, jquery, jquery-plugin
- Language: JavaScript
- Homepage:
- Size: 468 KB
- Stars: 6
- Watchers: 5
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jq.mulitInput
Transform a textarea input to a multi element input that allows to add and remove 'records' by plus and minus buttons.
The full result will be posted in a JSON encoded array in the transformed textarea. This textarea is hidden and updated every time, the fields are changed in the browser. This JSON has to be decoded on server side.
## Properties
The plugin properties can be found in the uncompressed source: https://github.com/Jako/jq.multiInput/blob/master/src/js/jq.multiinput.js
## Demo
A demo could be found on https://jako.github.io/jq.multiInput/