Reputation: 2278
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.
Upvotes: 0
Views: 4022
Reputation: 2348
Have a look at this http://www.dhtmlgoodies.com/index.html?whichScript=multiple_select
Here is the demo
Upvotes: 0
Reputation: 337560
Try this: http://blog.jeremymartin.name/2008/02/easy-multi-select-transfer-with-jquery.html
Upvotes: 1