Try stuffing values into a variable from the onFocus() event of each of the
tables.

Or add/remove an additional class when a table gets/loses focus.  You can
find the focused table quickly that way, and apply different styling if
desired based on the class 'focused' or whatever.

j

On Sun, Jul 20, 2008 at 7:12 AM, Arun Kumar <[EMAIL PROTECTED]>
wrote:

>
> I am using jQuery table key navigation plugin and I have three key
> navigateable tables. And focus can be moved across tables. How can I
> know the table name which has focus?
>

Reply via email to