Open philklc opened 12 years ago
This is annoying, thank you for reporting this bug. I'll investigate as soon as I have the time but I'm currently very busy.
We are experiencing the same issue over at http://wemakeit.ch and would appreciate a solution! Happy to help out also with debugging.
I just looked into this a bit, and it seems that jQuery 1.8 has pretty much completely changed the way animations internally work. For example, jQuery.fx is now a very different animal. I cannot judge how much work it will be to revamp your code, but it doesn't look simple :(
Same happens with .hide() and .show() with jQuery 1.8.x.
Getting the same error
Uncaught TypeError: Object #
has no method 'hide'
for jquery-1.10.2.
Refer to this jsFiddle: http://jsfiddle.net/vNHrY/
.fadeIn() and .fadeOut() works fine with jQuery 1.7.2 but does not work with jQuery 1.8.0.