0.6.1
This is the simpliest way to get custom selectbox working. The
replace method .selectbox()
is being run without
parameters. Only thing to get this running is to attach
required javascript and css files into document.
$("#default-usage-select").selectbox();Code for undo
$("#default-usage-select").parents('.jquery-selectbox').unselectbox();
<script type="text/javascript" src="js/jquery.selectbox-0.6.1.js"></script> <link rel="stylesheet" type="text/css" media="all" href="css/jquery.selectbox.css" />
$("select").selectbox();