BetterSelecter
Demo: http://arctro.com/open/BetterSelecter/
BetterSelecter allows you to easily implement a clean, easy to use, and searchable select form. It will turn a standard selector such as:
<select> <option>Op 1</option> <option>Op 2</option> <option>Op 3</option> ... </select>
into this:
and
Simply import jQuery, Better Select and it's stylesheet and create a standard selector element. To activate call:
$("selector").betterSelect();