I have 12 boxes, when I click each of the boxes, it pops out the modal dialog, Each of the modal dialog contains same dropdown box (same class name, same id, same name)for Eg. Country Dropdown selection.
When I choose the USA in the first box pop out drop down box, the selected value USA needs to get selected in the remaining 11 boxes pop out drop down box.
I am using HTML, javascript, jQuery and PHP.
Please kindly help some one using the above language or script to achieve this.
Thanks in advance.