Answers for "jquery: select select box rpogramatically"

0

jquery: select select box rpogramatically

$('#startTime option[value=17:00:00]').prop('selected', true);
Posted by: Guest on October-20-2021
0

jquery: select select box rpogramatically

$('option[value=17:00:00]').prop('selected', 'selected');
Posted by: Guest on October-20-2021

Code answers related to "jquery: select select box rpogramatically"

Code answers related to "Javascript"

Browse Popular Code Answers by Language