jquery-simple-combobox icon indicating copy to clipboard operation
jquery-simple-combobox copied to clipboard

Destroy or reset

Open paria-tk opened this issue 9 years ago • 1 comments

How can i destroy or reset the plugin?

paria-tk avatar Jun 08 '15 10:06 paria-tk

@paria-tk There is toSelect method:

$('#combo').scombobox('toSelect'); // returns a native select element

Here is a fiddle: http://jsfiddle.net/ivkremer/J3ttS/

ivkremer avatar Jun 10 '15 13:06 ivkremer