try
$('#mycheck')[0].checked
checked is one of those attributes that won't work well with
getAttribute and setAttribute cross browser.
-- Klaus
David Gironella schrieb:
> This always return to me null, if checkbox is checked or not.
>
> Giro.
>
> -----Mensaje original-----
> De:
discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] En nombre
> de Dylan Verheul
> Enviado el: miércoles, 06 de septiembre de 2006 14:42
> Para: jQuery Discussion.
> Asunto: Re: [jQuery] Checked input box
>
> $('#mycheck').attr("checked")
>
> On 9/6/06, David Gironella <
david@6tems.com>