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...

$("#editor").tabs({fxFade: true, fxSpeed: "fast", onShow: tFocus($(this).attr("id"))});

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

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to