Tausif Khan
Tausif Khan

Reputation: 2278

Multi select Box HTML

I need a JQuery or Javascript plugin that do the functionality like demonstrated below. Clicking on add button/text will move the selected value from first box to second one. And remove button/text will do reverse of it. Is there any plugin to gain the functionality?

Note that i need both the text and the value to be moved.

enter image description here

Upvotes: 0

Views: 4022

Answers (2)

Rohan Patil
Rohan Patil

Reputation: 2348

Have a look at this http://www.dhtmlgoodies.com/index.html?whichScript=multiple_select

Here is the demo

Upvotes: 0

Related Questions