How to add select / listbox from one list to another, I try this way, but butit does not work.
$('
$('<option name="$("
val()">$("
val()</option>').
appendTo('
});
I want on dblclick on one if the items in the listbox = Select1 are added to Select2
source
share