Skip to content

Instantly share code, notes, and snippets.

@mason-stewart
Created February 6, 2013 21:31
Show Gist options
  • Select an option

  • Save mason-stewart/4726043 to your computer and use it in GitHub Desktop.

Select an option

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
Copy Markdown

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