> Perhaps you're right.  But, in the mean time, you could always use
> 
> $('label').siblings().find('input,textarea').addClass('blah');

I guess that should be rather:
$('label').siblings().filter('input,textarea').addClass('blah');

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

Reply via email to