You already have a question with tons of votes for choosing a selected value from the drop-down list using jQuery here .
This answer almost works for a list, but if multiple values ββare selected, the result will be a single row with all concatenated values. This is not useful. I need a collection (list, array, independently) of text values ββfor each selected option.
At the moment, I think that I will use most of the answer from this other question, but without .text() at the end, and then repeat all matches. Best ideas?
source share