Is there a way to reference a control via a Jquery selector without knowing an ID? I was envisioning a function called on mouseover. I've been looking through the documentation but I haven't found anything yet and have the vague sense I'm missing something easy.
Update:
Zombat, that seems reasonable but I have a problem here that appears to prevent me from going the parent -> child route. This is a simple search page displaying results to a user. It was created in a code generation app called Ironspeed Designer. Ironspeed appears to be placing it's results inside an asp:repeater which is inside an update panel and the magic of Ajax is fetching me a result set. I say all of this because while it works and I can see results I should, I can't see any of this stuff in the page source. And I mean "any of this stuff". I can see the header row for the table but nothing in the way of the body; not the data nor the markup surrounding it. The markup Ironspeed generates might be kindly described as a train wreck, and that's the stuff I can see (it's enough to drive a man to MVC, I tell ya).
The element is an image. Naturally, there are many more images on the page than the ones I can concerned about.