I have two checkbox lists. They are two separate web resources.
When a checkbox is checked in the first list I want to select the related checkbox in the second list.
Both checkboxes have same Id.
How can I do this using Jquery?
I have two checkbox lists. They are two separate web resources.
When a checkbox is checked in the first list I want to select the related checkbox in the second list.
Both checkboxes have same Id.
How can I do this using Jquery?