v0.9.13
New Features & Improvements
Percentage Width Support (#1141): Chosen can now be initialized with a width. This is useful for setting a percentage width for things like responsive design:
$("select").chosen({ width: '50%' }); // width in px, %, em, etc
Bug Fixes && Refactoring
- Better container reference #1151
- Fix issue when destroying last choice #1149
- Use selectedIndex for tracking change events. #1147
- Better IE Disabling #1144
- Dropdown use css positioning for top position #1143
- Fix bug when deleting last item #1142
- CSS Centering Fix #1120
- Use New CoffeeScript #1125
- Chosen License #1111
- Update placeholder text with
liszt:updated
#1107 - Fix strange event bubbling #1055