see if a value exists in a option jquery and its element inside select code example
Example: jquery find if select option exists
$("#yourSelect option[value='yourValue']").length > 0;
$("#yourSelect option[value='yourValue']").length > 0;