Mike Alsup Tue, 08 Jan 2008 15:46:15 -0800
>> if ($('input', 'div#hide3aButton').checked) { ... } You're close!
if ($('input', 'div#hide3aButton')[0].checked) { ... }