Skip to content

Instantly share code, notes, and snippets.

@dansku
Created February 26, 2015 00:05
Show Gist options
  • Select an option

  • Save dansku/0757a63dc7a946946759 to your computer and use it in GitHub Desktop.

Select an option

Save dansku/0757a63dc7a946946759 to your computer and use it in GitHub Desktop.
Check if jQuery is working
<script type="text/javascript">
$(document).ready(function(){
$("div").css("border", "3px solid red");
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment