Ver original$("#sel_zap").change(function() { var zap = $(this).children(":selected").val(); $("#sel_cuo option[value="+zap+"]").addClass("off");});