Skip to content

Instantly share code, notes, and snippets.

@UltCombo
Last active December 16, 2015 08:48
Show Gist options
  • Save UltCombo/5407941 to your computer and use it in GitHub Desktop.
Save UltCombo/5407941 to your computer and use it in GitHub Desktop.
$('#IDinexistente').css('backgroundColor', 'green');
document.getElementById('IDinexistente').style.backgroundColor = 'green';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment