I want to insert a notes plugin on HTML Page but I dont think my code is working. I am trying to install Kajero : Interactive JavaScript Notebooks with Clever Graphing plugin. https://p.bdir.in/p/Kajero--Interactive-JavaScript-Notebooks-with-Clever-Graphing/706 Please let me know what is the issue, thanks in advance
<!DOCTYPE html>
<html>
<head>
<title>Notes Plugin</title>
<script type="text/javascript" src="assets/js/jquery.quicknote.js">
</script>
<script type="text/javascript" language = "javascript">
$(document).ready(function() {
$(function(){
$('#qn').quicknote();
});
</script>
</head>
</html>
I am not limited to just any other interactive plugin you feel fits the best, I am up for suggestions