[jQuery] Select multiple widget
Hi,
I did not find any plugin that would convert a "select multiple" box
into 2 "select multiple"
with the ability to move an item from the one to the other by clicking
on an item.
Do you have such function or any clue on how to achieve that ?
I have tried hard by creating a second list which contains the
selected item(s) and by hiding (option.css("display","none")) them in
the original one,
but I did not succeed in selecting the item in the original list
without unselecting the ones that are already selected.
It seems that nothing happens when I do
option.attr("selected","selected") or option.select().
Any idea ?
Olive.