This control was written due to the fact that the standard Select element cannot be styled, or is limited in what can be styled.
For instance, in Internet Explorer 6, the individual items in the list (HTML Options) are very restricted in styling, allowing only the background-color and color and a few other CSS properties.
The other reason for creating this control is the need for a simple way of setting up a control. Other custom comboboxes are not so easily setup, requiring technical knowledge before-hand.
The custom combobox relies on the jquery library, without which, this control would not have been created. The jquery library allows a developer to focus on the problems of your specific requirements rather than focus on technical issues surround cross-browser standards and the like.
note: at the moment the jquery.combobox behaves as a dropdown list and not a full combbox. it does not currently accept text input.
features
- easy to set up
- control over style of combobox using CSS
- supports keyboard navigation
- cross-browser support with firefox 2, internet explorer 6 and opera 9*
- different style of animation for dropdown
- original Select html control is still available for access and control and reflects the user's selection
- works the same with forms and server-side form processing, retaining the original control's ID and updated values
requirements
- latest jquery library (jquery 1.1.3.1)
- latest jquery dimensions plugin (1.1)
0 comments:
Post a Comment
Don't forget to leave your comment about this post.
It will help us to improve this blog.