Jquery – How to select a particular dropdown when an option is selected in other dropdown?
2 dropdowns with similar options but 1 change in options. In the first dropdown Audi exists but not in second dropdown. This selects the same option in each dropdowns when selected as required. <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> <label for="cars">Choose a car:</label> <select…