Skip to content

Instantly share code, notes, and snippets.

@micheleriva
Last active February 8, 2019 16:16
Show Gist options
  • Save micheleriva/178ef5f283df1e19ff552a073fc50d13 to your computer and use it in GitHub Desktop.
Save micheleriva/178ef5f283df1e19ff552a073fc50d13 to your computer and use it in GitHub Desktop.
<div id="content"> Hi! </div>
<script type="text/javascript">
var content = $("#content");
content.addClass("foo")
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment