So I have the following piece of HTML:
Option1 Option2
The jQuery filter function accepts a function as its argument:
$('#sel option').filter(function() { return $(this).text() === "Option1"; });