On 9/22/06, Jörn Zaefferer <[EMAIL PROTECTED]> wrote:

> Jay Gooby schrieb:
> > I'm using build 249:
> >
> > In pre-1.0.1 builds
> >
> > $(this).find("[EMAIL PROTECTED]")
> >
> Hey Jay,
>
> as 'checked' is the name of the attribute, your selector would have to
> look like this:
>
> $(this).find("[EMAIL PROTECTED]")

Hi Jörn

Thanks, in build 249 that doesn't work either,

> But as Klaus mentioned, you should prefer the pseudoclass :checked like
> this:
>
> $(this).find("input:checked")

But that does - thanks Klaus :)

> In the latest revision, you could do this:
> $(this).find(":checkbox:checked, :radio:checked"), selecting all
> checkboxes and radio buttons that are checked.

For the moment, I'm going to stick with 249 - the app I'm building
uses a number of plugins too, and I trying to keep a stable
environment :P

Cheers guys!

Jay

-- 
Jay Gooby
[EMAIL PROTECTED]
+44 (0)7956 182625
skype:jaygooby
http://snipperoo.com
http://blog.snipperoo.com
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to