Bootstrap Dual list

Regarding: bootsnipp.com/snippets/featured/bootstrap-dual-list

Hi, using your code for dual list box. The left box is my available items and right box is selected items. When I move items from selected to available (from right to left) how can I make them not highlight (not selected). It's cloning so I'm guessing that is why they are still highlighted which I don't want. I'm a newbie so sorry if this is a dumb question.

lindaharris22 (1) - 6 years ago - Reply 1


you can be add to .removeClass('active') after .clone() method.

bbilginn (-3) - 6 years ago - Reply -2


Perfect! Thanks so much!

lindaharris22 (1) - 6 years ago - Reply 0