> You can fix this very easily without doing all wierd stuffies like
> changing tab index.
> $(document).focus(function(oEvent) {
> return ((oElement = oEvent.srcElement || oEvent.target)
> && jQuery(oElement).ancestors(*YOURPARENTHERE*).length);
> });
With latest jQuery, you don't event need the fix for the target object.
Anyway, could you please explain what exactly you are doing there? I don't
quite get it...
--
Jörn Zaefferer
http://bassistance.de
--
Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/