Posts by fmenna • 11 points
1 post
-
1
votes1
answer119
viewsA: Unselect items when moving between listboxes
Clear the selected ones from a select when the other onChange event is triggered (demo on: http://jsfiddle.net/xgohnnnu/2/): escalados.onchange = function () { limpaSelecionados(disponiveis); };…