Skip to content

SelectBox replacement using jQuery. Hides the selectbox and replaces it with an accessible js version. All you need to do is style it. Also supports background images on individual options.

License

K3CK/jQuery-Custom-Selectbox

 
 

Repository files navigation

Custom Selectbox

SelectBox replacement using jQuery. Hides the selectbox and replaces it with an easy to style css version.

example selectbox example selectbox

Features include:

  • Custom scrollbar - by default custom scrollbars using jScrollPane are enabled. You can also use the default browser one, but that doesn't look nice.
  • Icon Support - If an option has a CSS class, that will get carried over to the generated selectbox code as a span with a classname which can then be styled.
  • Keyboard access - If you focus on a select, you can hit up/down, or even type in text and it will update like a regular select.
  • Opt Groups - Like a regular selectbox, it supports optgroups. If those are in the HTML markup, then they will show up in the custom one. It's driven by a real selectbox, so it will pass values in forms. The way it works is that the code will find the selectbox and hide it. Then the JS will generate a fake "custom" selectbox which can be styled. All interactions are routed back to the existing selectbox though. So... if you change the custom one, the real one will be synced as well. This way when you're submitting a form with a custom select, you don't lose the value.
  • No JavaScript mode - If JavaScript isn't turned on it just displays a regular selectbox instead.
  • Interface - There are public methods for syncing the select box if it is updated, and also for disabling it. So it's pretty easy to wire it up with complex functionality.
  • Browser support - I tested it in Firefox, Chrome, Safari, IE7+ (with a few style tweaks IE6 will work fine too)

About

SelectBox replacement using jQuery. Hides the selectbox and replaces it with an accessible js version. All you need to do is style it. Also supports background images on individual options.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.6%
  • CSS 11.4%