$("input[type=checkbox]:checked").each(function()...);

On Thu, Sep 24, 2009 at 9:59 AM, Xi Shen <davidshe...@googlemail.com> wrote:

>
> hi,
>
> i have a group of check boxes, and i want to iterator over all the
> checked ones. i use the following code, but without luck.
>
> $("input[type=checkbox][checked=true]").each(function()...);
>
> can someone give a better solution?
>
>
> --
> Best Regards,
> David Shen
>
> http://twitter.com/davidshen84/
> http://meme.yahoo.com/davidshen84/
>

Reply via email to