Skip to Navigation or
Skip to Content

Jquery Two Sided Multi Selector

Jquery Two-Sided Multi-SelectQuick Links

Visit the jQuery Two-Sided Multi-Selector project hub, which has a demonstration and download for this plugin on JS Plugins JavaScript Plugin Library.

Two-Sided Multi-Selector Demonstration.

Description

The jQuery Two-Sided Multi-Selector project is a plugin for the jQuery JavaScript Framework, which converts a multi-select select-list into a two-sided list, where the selected options can be moved from the left list into the right list and back again.

Requirements

CSS

/* Recommended styles */
		.tsmsselect {
			width: 40%;
			float: left;
		}
		
		.tsmsselect select {
			width: 100%;
		}
		
		.tsmsoptions {
			width: 20%;
			float: left;
		}
		
		.tsmsoptions p {
			margin: 2px;
			text-align: center;
			font-size: larger;
			cursor: pointer;
		}
		
		.tsmsoptions p:hover {
			color: White;
			background-color: Silver;
		}

JavaScript

$(".multiselect").twosidedmultiselect();

 

You Are Here: Home » JavaScript » Two Sided Multi Selector


I use a cookie on this website. This cookie doesn't contain or relate to any personal information and it isn't shared with any other website, it just ensures that I don't count you more than once in my website statistics. The Privacy and Electronic Communications Regulations require me to ask your permission to use this cookie, so please indicate below that you are happy for me to do this - I will remember your selection with a cookie, so if you accept I won't ask again...