How to replace multiple select elements in jQuery?
I am trying to do multiple things at the same time... Replace a select dropdown Have the select dropdown trigger the visibility of a div (it's a child of the div after #1). I have this HTML: let $displays =…