jQuery multiselect plugin with two sides. The user can select one or more items and send them to the other side.This is a small jQuery plugin that helps you improve the user experience regarding the use of multiple cross selects.
Best jQuery MultiSelect Plugins & Tutorials with Demo
ParamQuery Select : jQuery Multi Select Plugin
PqSelect is a jQuery select plugin which converts ordinary multiple and single select lists into theme ready jQueryUI widget with support for grouping, disabled options, checkboxes for multiple select lists, radio buttons for single select lists, search box to search options, keyboard navigation and many options, methods and events.
Tokenize : jQuery Select Multiple Items with Autocomplete
jQuery Tokenize is a plugin which allows your users to select multiple items from a predefined list or ajax, using autocompletion as they type to find each item. You may have seen a similar type of text entry when filling in the recipients field sending messages on facebook or tags on tumblr.
- Intuitive UI for selecting multiple items from a large list
- Easy to skin / style purely in css, no images required
- Supports any backend which can generate JSON, including PHP, Rails, Django, ASP.net
- Callbacks when items are added or removed from the list
- Select, delete and navigate items using the mouse or keyboard
SumoSelect : jQuery Single/Multi Select Plugin
A jQuery Single/Multi Select plugin which can be used on almost any device.A jQuery plugin that progressively enhances an HTML Select Box into a Single/Multiple option dropdown list. The dropdown list can be fully customiseable using siple css properties. It can adapt itself according to any deveice, keeping in mind that the User Experience is not broken.
jQuery TreeSelect : Hierarchy Select widget
A minimalistic jQuery hierarchy select widget used for selecting hierarchy structures in a treeview format.This widget is used for transforming a hierarchy HTML lists with input’s into a hierarchial tree select tool. You can also call this widget with a structured JSON list and it will convert it to an HTML hierarchy select tool of those items.
Multi-Item Selection with JavaScript
Today we’d like to share a little script with you that allows a click & hover selection of checkboxes or any other element. Mainly the idea comes from the common task that we do every day in our email app or elsewhere: checking checkboxes, one after the other by clicking on them. Sometimes you’d like to select more items more quickly so we thought it might be an interesting approach to click, hold and then simply move over all the items that should be selected. It’s quicker and easier to select multiple items like that.
Please note that this is for desktop only.
Ajax Select and Upload Multiple Images with jQuery
Very few days back I had posted an article about Multiple ajax image upload without refreshing the page using jquery and PHP. In this post I have updated few lines of code that allows to user can select and upload multiple images in single shot, thanks to Lakshmi Maddukuri for sending me a useful piece of code. Just take a quick look this live demo.