It will allow designers to style 'select' form elements as they see fit.
Features:
- Keyboard Usage:
- Press the first letter of an option to jump to the first instance of that item in the dropdown. Subsequent presses of the same key will cycle through all items that start with the matching character. When a new key is pressed, it will attempt to jump to the first item that starts with the new keyboard character typed.
- Press [UP ARROW] or [DOWN ARROW] to cycle through valid options.
- Press [HOME] to jump to the first item.
- Press [END] to jump to the last item.
- Press [PAGE UP] to jump up one page of options.
- Press [PAGE DOWN] to jump down one page of options.
What is new in this release:
- The "update" event every time the input's value is changed, so if either the change or select callbacks return false, the event is fired again when the value is reset.
- Fixed logic issue where returning to previous value could fail when callbacks return false under some circumstances.
What is new in version 1.2.08:
- Fixed error with repaint() function when <select /> element did not have a title attribute.
Requirements:
- JavaScript enabled on client side
- jQuery 1.2.6 or higher
- jquery.bgiframe.js plugin
Comments not found