Jquery Tooltip Plugin used to display on mozilla addon panel. Will it effect my review process by AMO reviewers?

91 Views Asked by At

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?

1

There are 1 best solutions below

0
Christos Papoulas On

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?