$("input :checked") $("input").is(":checked");
Untested. But I think they work. Glen On 9/24/07, voltron <[EMAIL PROTECTED]> wrote: > > > How do I detect if a checkbox is checked by a user? change or click > would be wrong. > > Thanks > >
$("input :checked") $("input").is(":checked");
Untested. But I think they work. Glen On 9/24/07, voltron <[EMAIL PROTECTED]> wrote: > > > How do I detect if a checkbox is checked by a user? change or click > would be wrong. > > Thanks > >