Releases: kloverde/jquery-PickAndChoose
Releases · kloverde/jquery-PickAndChoose
PickAndChoose v1.2
- New configuration option: unhighlightAfterMove. This is enabled by default.
- New configuration option: optionCssClass. This specifies a CSS class which is applied to all <options>s.
- Added the ability to style <option>s individually via their declarations (works independently of, but also can be used in conjunction with, optionCssClass)
- Fixed class names typo in stylesheet.css
- Fixed rendering of demo.html in ancient IE 8
PickAndChoose v1.1
- Added support for initializing on pre-existing, pre-populated <select>s
- Added a configuration option to prevent adding CSS classes to HTML elements
PickAndChoose v1.0
- First release