emposha / FCBKcomplete

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

Default selection based on selected attribute, not class name #118

Open zeroasterisk opened 12 years ago

zeroasterisk commented 12 years ago

...ribute of selected pretty easily and provides a more standard functionality....

emposha commented 12 years ago

Hi, there is a problem with IE, first element by default selected. http://stackoverflow.com/questions/1361446/ie8-the-option-tag-gets-a-selected-attribute-by-default-and-clonenode-makes

zeroasterisk commented 12 years ago

That's very strange -- thanks for pointing it out -- perhaps we can figure out another solution... but with some CMSes it's very difficult to control the HTML to put a class onto the options. maybe a configuration variable or something? I'm going to keep this attr('selected') functionality on my end...