[jQuery] Identifying the tag

[jQuery] Identifying the tag

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="Arial">Hi All,
Let's say we have the following set up where doSomething is a function:
$("h1, h2, h3").doSomething();
How can one identify which tag is currently having something done to it?
Thanks
</font>
</body>
</html>