Skip to content

Instantly share code, notes, and snippets.

@mason-stewart
Created February 6, 2013 21:31
Show Gist options
  • Save mason-stewart/4726043 to your computer and use it in GitHub Desktop.
Save mason-stewart/4726043 to your computer and use it in GitHub Desktop.
$(document).ready(function(){
$('.green').click(function(){
$('.red).css('background','red');
});
});
@Mysteryguye
Copy link

You may have left out a quote in the first ('.red')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment