Jay Gooby schrieb:
> I'm using build 249:
> 
> In pre-1.0.1 builds
> 
> $(this).find("[EMAIL PROTECTED]")
> 
> would return the chosen radio button, but it no longer does (checked
> on Safari & Firefox, OS X).
> 
> http://jquery.com/docs/Base/Expression/ gives an example selector of
> "[EMAIL PROTECTED]@checked]" - this doesn't return the checked radio
> button either.
> 
> 

Jay, that seems to be deprecated. Try:

$('input:checked', this)


-- Klaus




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

Reply via email to