Skip to content

Instantly share code, notes, and snippets.

@woollsta
Last active December 1, 2015 13:27
Show Gist options
  • Save woollsta/204bbb50236ccedc5d06 to your computer and use it in GitHub Desktop.
Save woollsta/204bbb50236ccedc5d06 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>
jQuery(document).ready(function(){
jQuery('.block').css('background', 'pink');
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment