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,
<
see http://api.jquery.com/prev/
var link = $("#me").parent("div").prev("h3").find("b"); alert(link.text());
see http://jsfiddle.net/gBwLq/