Pretty Dropdowns Versions Save

A simple, lightweight jQuery plugin to create stylized drop-down menus.

v4.17.0

4 years ago
  • Added ability to keep menu open using hoverIntent: -1 (issue #15)
  • Fixed option group out of sync with widget if multiple options with same text (issue #16)

v4.15.0

4 years ago
  • Improved timestamp to prevent potential id collisions
  • Fixed aria-activedescendant not getting updated (issue #13)

v4.13.0

5 years ago
  • Added width option (#9)
  • Fixed value="" breaking classic mode (issue #10)

v4.12.2

6 years ago
  • Fixed prefix/postfix issue with <optgroup> (see comments in #8)
  • Fixed scrollTop returning zero, throwing off menu direction calculation

v4.12.0

6 years ago
  • Added prefix/suffix support for <optgroup> (issue #8)

v4.11.0

6 years ago
  • Fixed multi-select with nothing selected (issue #7)

v4.10.0

7 years ago
  • Added multiVerbosity option
  • Renamed selectedDelimiter option to multiDelimiter
  • Fixed open menu hidden beyind another layer
  • Fixed not able to open menu if first item is disabled

v4.9.5

7 years ago
  • Optimized menu item click handler
  • Fixed screen jumping isues with scrollIntoView()

v4.9.4

7 years ago
  • Added auto-focus to selected item when opening classic menu
  • Rewrapped comments to 100 columns
  • Fixed some menus misaligned when there is a size attribute (issue #5)
  • Fixed "undefined" menu item when single select has size attribute
  • Fixed incorrect height calculation for menus with size attribute
  • Fixed regression where opened menu was no longer staying within the viewport

v4.9.0

7 years ago
  • Added: <select size> attribute is now honored (issue #3)
  • Fixed: values containing spaces can break script (issue #4)