Skip to content

Instantly share code, notes, and snippets.

@isnifer
Created August 9, 2013 12:20
Show Gist options
  • Save isnifer/6193185 to your computer and use it in GitHub Desktop.
Save isnifer/6193185 to your computer and use it in GitHub Desktop.
Bad practice
onclick="if(this.checked){ document.getElementById('county_tr').style.display=''; document.getElementById('district_tr').style.display='none'; document.getElementById('city_tr').style.display='none';}else{ document.getElementById('county_tr').style.display='none'; document.getElementById('district_tr').style.display=''; document.getElementById('city_tr').style.display='';}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment