skip to Main Content

Jquery – how to the set value for select option dropdown without using .change() to trigger the set value operation – Jquery ajax

So I have a dropdown which is within a form just like below: <form id="formA" action="John/Doe" method="post"> -hidden input with value- <select name="Letters" id="Letters"> <option value="1">A</option> <option value="2">B</option> <option value="3">C</option> <option value="4">D</option> </select> </form> So my situation is once I…

VIEW QUESTION
Back To Top
Search