Skip to content

Instantly share code, notes, and snippets.

@jpauli4
Created April 2, 2014 10:01
Show Gist options
  • Save jpauli4/9931296 to your computer and use it in GitHub Desktop.
Save jpauli4/9931296 to your computer and use it in GitHub Desktop.
Assignment 1 (handed in)
$( "h1" ).css( "border", "2px solid red" ).add( "p" ).css( "background", "yellow" );
$("ul").hide();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment