Last active
August 29, 2015 14:26
-
-
Save jfraboni/6a4b220e0224af9d5a37 to your computer and use it in GitHub Desktop.
product-project
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- index.html OTHER HTML --> | |
<script> | |
$(function () { | |
//window.opspark.notes.show(); | |
// or // | |
window.opspark.notes.hide(); | |
}); | |
</script> | |
</body> | |
</html> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(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