All right, say I have this:
Option A Option B
As an alternative solution, you can also use a context part of jQuery selector to find element(s) with value="2" inside the dropdown list:
value="2"
$("option[value='2']", "#list").text();