Skip to main content
3 of 3
fix missing parenthesis (and other minor grammar to get past the min character count)

This should allow you to determine if an element with id='remember' is 'checked':

if (document.getElementById('remember').is(':checked')) 
Peter
  • 227
  • 2
  • 2