I have a select element that allows for multiple selections. I\'d like to display the selected values in another part of the page (in a div or something) as the user makes chang
You can use the :selected Selector of jQuery instead, but I believe that under the hood, jQuery does a loop on the selected = true.