Code Monkey home page Code Monkey logo

jquery-custom-selectbox's Introduction

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.
  • Disabled Fields - select now recognizes disabled fields and makes them unclickable. 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)

jquery-custom-selectbox's People

Contributors

crecotun avatar kel-sakal-biyik avatar kreeg avatar roblaplaca avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.