How can I check whether a option already exist in select by JQuery October 18, 2022 by Tarik This evaluates to true if it already exists: $("#yourSelect option[value="yourValue"]").length > 0;