Setting selected value of a dropdownlist using jquery Solution var val="abc"; $("#dropdown > [value=" + val + "]").attr("selected", "true");Rate this: March 31, 2019 0