[jQuery] Checked input box

2006-09-06 Thread David Gironella
I can check a chekckbox input Something that it input type=checkbox id=mycheck $(#mycheck).checked(); and return true or false Thk. Giro. ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Checked input box

2006-09-06 Thread Dylan Verheul
$('#mycheck').attr(checked) On 9/6/06, David Gironella [EMAIL PROTECTED] wrote: I can check a chekckbox input Something that it input type=checkbox id=mycheck $('#mycheck').checked(); and return true or false ___ jQuery mailing list

Re: [jQuery] Checked input box

2006-09-06 Thread Mike Alsup
This always return to me null, if checkbox is checked or not. Try this: $('#mycheck')[0].checked ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Checked input box

2006-09-06 Thread Dylan Verheul
: 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 [EMAIL PROTECTED] wrote: I can check a chekckbox input Something that it input type=checkbox id=mycheck $('#mycheck

Re: [jQuery] Checked input box

2006-09-06 Thread Klaus Hartl
PROTECTED] [mailto:[EMAIL PROTECTED] 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 [EMAIL PROTECTED] wrote: I can check a chekckbox input

Re: [jQuery] Checked input box

2006-09-06 Thread David Gironella
Yes, this work. Thk. Giro. -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de Mike Alsup Enviado el: miércoles, 06 de septiembre de 2006 15:39 Para: jQuery Discussion. Asunto: Re: [jQuery] Checked input box This always return to me null, if checkbox