I need to select all the Tags that are both selected and visible.
Is this the correct way to do it?
$('select option:selected:visible')
I believe it worked in the past, but apparently this returns undefined now. There is however a visible drop-down list with an option selected.
Thanks for your help.
Is this what you want?
I’m not sure if the options class as visible so that might be why you are getting no results.