What is a good JavaScript toolkit or snippet that allows a user to create a list of items to submit via a form?
-
What would be a good JavaScript code library (or snippet) for creating a clean interface which would allow a user to create a list of items to submit from a form? For example, say I wanted to allow a user of my web application to add an arbitrary number of other users to a group. Are there any good libraries or JavaScript code snippets out there that would provide a good UI for doing something like that? I am definitely capable of building this myself, I was just wondering if there was already something out there that does this so I don't have to reinvent the wheel.
-
Answer:
You may want to use a <select> element which allows the user to select multiple values. Chosen (a jQuery/Prototype plugin) makes it easy and user friendly: http://harvesthq.github.com/chosen/ (look at the âMultiple Selectâ example)
Baptiste Fontaine at Quora Visit the source
Other answers
I just discovered a project called jQuery UI Multiselect, which perfect for this: http://www.quasipartikel.at/multiselect/
Andrew Meyer
Related Q & A:
- What is a good GPA to shoot for to be admitted to UCLA as a transfer student?Best solution by Yahoo! Answers
- What's a good 15-25 watt starter amp that I can buy for home practice that is cheap and has good features?Best solution by Yahoo! Answers
- What's a good site to make a good resume?Best solution by Yahoo! Answers
- What is a good user-name?Best solution by buzzle.com
- What is a good camcorder to buy if you have a Mac?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.