Skip to content

Instantly share code, notes, and snippets.

@woollsta
Last active December 1, 2015 09:52
Show Gist options
  • Save woollsta/5719b0cd59920af2bb0e to your computer and use it in GitHub Desktop.
Save woollsta/5719b0cd59920af2bb0e to your computer and use it in GitHub Desktop.
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script>
$(document).ready(function(){
$('.block').css('background', 'pink');
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment