jquery-simple-combobox
jquery-simple-combobox copied to clipboard
Destroy or reset
How can i destroy or reset the plugin?
@paria-tk
There is toSelect
method:
$('#combo').scombobox('toSelect'); // returns a native select element
Here is a fiddle: http://jsfiddle.net/ivkremer/J3ttS/