This plugin was created in order to style select tags with extremely large amounts of options.
Features
- Changes select and option tags to a ul with lis tied to a hidden input.
- Scrolls page down to the top of select to allow the greatest number of options to show on page.
- Adds scroll lis to the top and bottom of the list if the list is too big for the page.
- Includes click to scroll and hover to scroll behaviors. Hover is the default.
- Allows hover to scroll time to be adjusted.
- Supports after select and after open callbacks.
- Select classes and Id are transferred to new div wrapper.
- Mouse wheel will scroll list.
- Degrades gracefully when javascript is disabled.
Requirements
Download
On GitHub: https://github.com/BrentW/smooth-scroll-select-menu
Thank You