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