annotate.js icon indicating copy to clipboard operation
annotate.js copied to clipboard

$ must be jQuery

Open fago opened this issue 13 years ago • 0 comments

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.

fago avatar Dec 07 '12 21:12 fago