Sharing options between selects (using HTML and jQuery)
问题 Looked through many answers, but couldn't find one solving this. I have four (potentially n-number of) <select> lists, with an equal number of <option> possibilities in each, like this: <label>Pick a:</label> <select class="colorassign"> <option value="1" selected="selected">One</option> <option value="2">Two</option> <option value="3">Three</option> <option value="4">Four</option> </select> <label>Pick b:</label> <select class="colorassign"> <option value="1">One</option> <option value="2"