jQuery UI Super Combobox

A super combobox which allows free user input

Download .zip Download .tar.gz View on GitHub

Super Combobox

Demo

Usage

<link rel="stylesheet" href="super-combobox.css">

<script type="text/javascript" src="super-combobox.js"></script>
<script type="text/javascript">
  $(function() { $("#my_select").super_combobox(); } );
</script>