natashawylie / iviewer

image viewer plugin for jquery
233 stars 97 forks source link

Uncaught TypeError: Cannot read property 'mouse' of undefined #69

Closed franck34 closed 10 years ago

franck34 commented 10 years ago

Hi !

I can't integrate iviewer with jquery 1.11 :(

Uncaught TypeError: Cannot read property 'mouse' of undefined

jquery.iviewer.js line 43

var mouseProto = $.ui.mouse.prototype,

I'm starting investigation right now.

franck34 commented 10 years ago

$.ui does not exist

franck34 commented 10 years ago

"jQuery.iviewer is an jQuery UI widget"

So i need to add jquery ui lib, let's go on

franck34 commented 10 years ago

Now downloading custom jquery ui here

http://jqueryui.com/download/#!version=1.10.4&themeParams=none&components=1111000000000000000000000000000000

--> remove all except 'Core' --> no theme

franck34 commented 10 years ago

Now including jquery-ui-1.10.4.custom.js in my web page

franck34 commented 10 years ago

Error has gone as expected.

Closing ticket, thanks for sharing