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