2

I am using a jquery tooltip plugin to display the tooltip text in my addon panel. The jquery tooltip that am using in my addon is Lightweight jQuery Tooltip Plugin - TipTip

My question is , Will this affect my addon review process by AMO reviwers?

curls
  • 382
  • 1
  • 3
  • 16
Muthu
  • 337
  • 6
  • 19

1 Answers1

1

Yes, you can use any known JavaScript library. Although it will produce a warning during the validation process like this one:

JS Library Detected
Warning:
JavaScript libraries are discouraged for simple add-ons, but are generally accepted.

Also, your JS library must submitted as it is, no modification on the libraries code. As far as I know, AMO checks the checksums of the known libraries files to see if they are identical.

Check out this question in Developer FAQ: Can I use a JavaScript library like jQuery, MooTools or Prototype to build my add-on?

Christos Papoulas
  • 2,469
  • 3
  • 27
  • 43