annotate.js
annotate.js copied to clipboard
$ must be jQuery
When using annotate.js I got the following error at line 289:
TypeError: $ is not a function $(':IKS-annotationSelector', this.element).each(function() {
It was fixed once I assigned jQuery to $. I think it should work without that assignment though.