Skip to content

Instantly share code, notes, and snippets.

@AndrewGuard
Forked from dbc-challenges/jquery_quiz.js
Last active December 27, 2015 09:28
Show Gist options
  • Save AndrewGuard/7303688 to your computer and use it in GitHub Desktop.
Save AndrewGuard/7303688 to your computer and use it in GitHub Desktop.
$('#main-content').css("background-color", "blue");
$('h2').css("background-color", "pink");
$( "h1, h2" ).css('font-style', 'italic' );
$('.select-menu-button-gravatar').find('img').attr('src', "http://upload.wikimedia.org/wikipedia/commons/2/22/Turkish_Van_Cat.jpg");
$("ol").find('li').animate({height: "+=50"});
$('#dashboard .news .body').first().on('click', function() { alert ("thing") });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment