What online group allows users to create private channels?

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

Was this solution helpful to you?

Other answers

I just discovered a project called jQuery UI Multiselect, which perfect for this: http://www.quasipartikel.at/multiselect/

Andrew Meyer

Just Added Q & A:

Find solution

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.