emposha / FCBKcomplete

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

select all button #86

Closed musketyr closed 12 years ago

musketyr commented 12 years ago

If I have a finite number of select options (e.g. the fcbk complete is made from regullar select) it would be great to have option to add select all button. this is particuallary useful for inverted selection when you want to select nearly all option or you just want to know what options are available

emposha commented 12 years ago

@musketyr, the main problem with keys:values from ajax.

emposha commented 12 years ago

pushed your changes so I think that this one closed?

musketyr commented 12 years ago

yes you should. but remove lines 220-224 (key up binding on enter). it doesn't work as expected and select all on every enter pressed, even on item selection.

emposha commented 12 years ago

yep, removed.

musketyr commented 12 years ago

great thx