Skip to content

Frequently Asked Questions

franck34 edited this page Feb 3, 2014 · 5 revisions

This document contains the FAQ for the iviewer jQuery plugin.

How can I change image in the image in active instance of iviewer?

Use loadImage widget method: $('viewer').iviewer('loadImage', url)

Got Uncaught TypeError: Cannot read property 'mouse' of undefined in my console

iviewer depend on jquery.ui, not standalone jquery. See https://github.com/can3p/iviewer/issues/69 for details