Skip to content

This is a jQuery plug-in for list selector

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

pravinkalekar/list-Item-Selector

Repository files navigation

list-Item-Selector

This is a jQuery plug-in for list items selector.

Getting Started

There would be list on the left hand side, you can select and move the items you want to the right hand side.

You can move the list items one at a time or all at once, from left to right or from right to left with the button controls provided.

So, you can - 1. move an item left 2. move all left 3. move an item right 4. move all right

Documentation

###Options

You can pass the following parameters within the Options object-

options : {
	listBox : {
			height : 150,
			width : 250
		},
		controls : {
			moveAllRight : true,
			moveRight : true,
			moveLeft : true,
			moveAllLeft : true
		},
		listSelectorTitle : "Title",
		leftArray : [],
		rightArray: []
}

About

This is a jQuery plug-in for list selector

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published