Skip to content

Instantly share code, notes, and snippets.

@npras
Created April 5, 2014 10:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save npras/9990012 to your computer and use it in GitHub Desktop.
Save npras/9990012 to your computer and use it in GitHub Desktop.
A Pen by Prasanna N.
<div>
<p> Hi Gowtham! </p>
</div>
$("div").on('click', function(){
$(this).css('background-color', 'red');
});
div {
background: cyan;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment