I have a select with the attribute multiple. For each option in the select I want the title attribute set (which shows a tooltip). I also want to retrieve the selected optio
Use options and optionsText bindings instead of foreach:
Here is demo: http://jsfiddle.net/p5E8y/