Skip to content

Instantly share code, notes, and snippets.

@susanahernandezd
Last active November 12, 2017 09:13
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 susanahernandezd/553353e6ef5c5a5468041a14493a67a0 to your computer and use it in GitHub Desktop.
Save susanahernandezd/553353e6ef5c5a5468041a14493a67a0 to your computer and use it in GitHub Desktop.
$(document).ready(function(){
$("p").filter(".intro").css("background-color", "yellow");
});
/*
<h1>Welcome to My Homepage</h1>
<p>My name is Donald.</p>
<p class="intro">I live in Duckburg.</p>
<p class="intro">I love Duckburg.</p>
<p>My best friend is Mickey.</p>
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment