check if option exists in select jquery code example Example: jquery find if select option exists Click to copy$("#yourSelect option[value='yourValue']").length > 0;