woffleloffle / selectBox

Very simple jQuery <select> wrapper plugin.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

selectBox

Very simple jQuery <select> wrapper plugin.

  • Responsive
  • Cross-browser compliant
  • Mobile friendly

Usage:

HTML

<select>
    <option val="0">Option label</option>
    <option val="1">Option label</option>
    <option val="2">Option label</option>
</select>

JS

(function(){
    $('select').selectBox();
});

Notes:

  • Add your own styles. These are the minimum.
  • Add an arrow: there's a <span class="indicator">
  • First <option> becomes the label.

About

Very simple jQuery <select> wrapper plugin.

License:GNU General Public License v2.0


Languages

Language:CSS 47.7%Language:JavaScript 27.1%Language:HTML 25.2%