jQuery Select box multiple option get value and match values
问题 I have same classname multi select box with same values in body, what I want if use chose value 1 from first or any select box then that value 1 on all other select box option will disable so user can't choose the same value in other multi select box. <select name="mySel" class="myselect" multiple="multiple"> <option value="val1">option 1</option> <option value="val2">option 2</option> <option value="val3">option 3</option> <option value="val4">option 4</option> </select> <select name="mySel"