I have a <select></select> now the list contains some option like a, b, and c now i want that when user enters a in textbox and click button a should be selected in select list, and henceforth, can anyone help me to achieve this in JQuery.
I have a <select></select> now the list contains some option like a, b, and
Share
Assuming that this is your
select:And this is you
inputAnd this is your
scriptWill this work?