I am wanting something similar to this person, except the element I want to match might not be a direct sibling.
If I had this HTML, for example,
<
var link = $("#me").closest(":has(h3 span b)").find('span b').text();