emposha / FCBKcomplete

Jquery facebook like(fancy) multi-select
http://www.emposha.com
383 stars 115 forks source link

IE7 not populating selected attribute #116

Open ozzyogkush opened 12 years ago

ozzyogkush commented 12 years ago

When you typeahead and select an element that has been found, the corresponding 'selected' attribute is not being added to the

emposha commented 12 years ago

try to use $('#SelectBox option.selected') I didnt use attribute due some ie strange bug that first element on render always selected.