>>  if ($('input', 'div#hide3aButton').checked) { ... }

You're close!

if ($('input', 'div#hide3aButton')[0].checked) { ... }

Reply via email to