howard chen Tue, 05 Jun 2007 01:52:23 -0700
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.