Answers for "how do i clear the select option?"

1

reset a select option jquery

$('#baba').prop('selectedIndex',0);
Posted by: Guest on September-10-2021
0

Clear ComboBox selected text

comboBox1.SelectedIndex = -1;
Posted by: Guest on February-22-2021

Code answers related to "how do i clear the select option?"

Browse Popular Code Answers by Language