You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With jquery.1.9.1 the 360 degree Slider plugin will work fine, but not with a high ammount of not working other scripted parts on the page, so this is unfortunately no solution for the Problem.
If i use the unminified Version the console says: TypeError: invalid 'in' operand obj jquery-2.1.4.js Line 539 Column 6 TypeError: invalid 'in' operand obj var length = "length" in obj && obj.length,
Even if i just leave the two relevant scripts in the template document and delete the rest, the error above remains the same.
Many thanks in advance! Hope you can help me!
The text was updated successfully, but these errors were encountered:
I've got a problem with the reel plugin for showing a 360 degree image slider (http://jquery.vostrel.cz/reel).
On our website it is obligatory to use jquery 2.1.4.
If both of them are run togheter, the Plugin does not work. Firefox 47 console says:
With jquery.1.9.1 the 360 degree Slider plugin will work fine, but not with a high ammount of not working other scripted parts on the page, so this is unfortunately no solution for the Problem.
If i use the unminified Version the console says:
TypeError: invalid 'in' operand obj jquery-2.1.4.js Line 539 Column 6 TypeError: invalid 'in' operand obj var length = "length" in obj && obj.length,
Even if i just leave the two relevant scripts in the template document and delete the rest, the error above remains the same.
Many thanks in advance! Hope you can help me!
The text was updated successfully, but these errors were encountered: