I have a multi select dropdown list. I can get the array of selected values using:
selectedItems = $(\"#myList\").val(); // works.
selectedItems = $(\"#myList\").val(); // works
Now, how can
This could help you:- Remove Selected Option using jQuery