jquery find if select option exists

JavaScript
$("#yourSelect option[value='yourValue']").length > 0;
Source

Also in JavaScript: