You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unable to console.log store pluggin output getting following error ---- Could not load Tags plugin. Have you included the appropriate <script> tag?
#716
Open
Sam131112 opened this issue
Feb 3, 2021
· 0 comments
I am trying to test run annotator js 1.2 version with a very simple example which writes annotation in console log on creatin
here is my server and html code
<!DOCTYPE html>
<html>
<head>
<script src='js/jquery.js'></script>
<script src='js/json2.js'></script>
<script src='js/annotator.min.js'></script>
<link rel='stylesheet' type="text/css" href='css/annotator.min.css'>
</head>
<body>
<div id="content">
<h2>This is a heading</h2>
<p>This is a paragraph.</p>
<p>This is another paragraph.</p>
<button>Click me</button>
</div>
<script>
jQuery(function ($) {
var content = $(document.body).annotator();
content.annotator('addPlugin', 'Tags');
});
</script>
</body>
</html>
This is the simplest possile example and i am not able able to understand why its not working. Any help will be highly appreciated
The text was updated successfully, but these errors were encountered:
Sam131112
changed the title
Unable to console.log annotations getting following error "Could not load Tags plugin. Have you included the appropriate <script> tag? Annotator.addPlugin @ annotator.coffee:469"
Unable to console.log annotations getting following error ---- Could not load Tags plugin. Have you included the appropriate <script> tag?
Feb 3, 2021
Sam131112
changed the title
Unable to console.log annotations getting following error ---- Could not load Tags plugin. Have you included the appropriate <script> tag?
Unable to console.log store pluggin output getting following error ---- Could not load Tags plugin. Have you included the appropriate <script> tag?
Feb 3, 2021
I am trying to test run annotator js 1.2 version with a very simple example which writes annotation in console log on creatin
here is my server and html code
// Server Code
// Html Code
This is the simplest possile example and i am not able able to understand why its not working. Any help will be highly appreciated
The text was updated successfully, but these errors were encountered: