Also:

if($('#type_1').is(':checked')) ...

--Erik


On 6/5/07, howard chen <[EMAIL PROTECTED]> wrote:

Using the traditional method, it worka

console.debug ( document.getElementById("type_1").checked );


But this one failed...

console.debug( $("#type_1").checked );



any method to get using jquery?

thanks.

Reply via email to