set value of next dropdown on changing previous dropdown – Jquery ajax
When I select any even dropdown, then value of next dropdown will be same as I selected for previous dropdown. For example, when I change 2nd dropdown, the value of 3rd dropdown will be same as 2nd dropdown $('#FinancialDataTable td:nth-child(2n)').find('select').on('change',…