[jQuery] ID (or name) of current tab

[jQuery] ID (or name) of current tab

<html>
<body>
Hello folks,
I'm trying to retrieve the ID of the current tab (a la Klaus) to pass to
a function (tFocus).
My attempt thus far...
<tt>$("#editor").tabs({fxFade: true, fxSpeed: "fast",
onShow: tFocus($(this).attr("id"))});
</tt>but this just returns "undefined" to tFocus - which I'm
sure won't surprise many of you, but has stumped me.
A hand up out of this hole would be appreciated.
Cheers,
Bruce
</body>
</html>
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/