Given multiple anchor tags:
My Text
How do I select the anchors matching the class and wi
I think this should work for the exact match thing..
$("a.myclass").html() == "your text"