Skip to content Skip to sidebar Skip to footer

Javascript Drop Down List Will Goes Up Before I Select

I've been using the below coding for adding items into my dropdownlist after receiving a command 'ES' from a slave device: if (cmd == 'ES') { var i; var cb;

Solution 1:

You can programmatically select the dropdownlist with click()

$('#id').click();

Post a Comment for "Javascript Drop Down List Will Goes Up Before I Select"