tags:

views:

30

answers:

0

When trying to use amazon's link-preview-script and loading the containing page, we get an error about the not-existing amazonPopoverTrigger-function. This happens only when on our page another jQuery is included (amazon delivers version 1.2.6 on their own).

On a test page we found out that changing namespace of our JQuery with the noConflict-method enables the amazon-code. But this would mean a lot of namespace-changing for our written javascript code. Obviously something worth avoiding.

Is anybody working with jQuery + that link-preview and has some hints?