Skip to content

Instantly share code, notes, and snippets.

@jfraboni
Last active August 29, 2015 14:26
Show Gist options
  • Save jfraboni/6a4b220e0224af9d5a37 to your computer and use it in GitHub Desktop.
Save jfraboni/6a4b220e0224af9d5a37 to your computer and use it in GitHub Desktop.
product-project
<!-- index.html OTHER HTML -->
<script>
$(function () {
//window.opspark.notes.show();
// or //
window.opspark.notes.hide();
});
</script>
</body>
</html>
$(function () {
// ALL YOUR CODE GOES BELOW HERE //
// ALL YOUR CODE GOES ABOVE HERE //
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment