Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.fadeIn() and .fadeOut() does not work when using jQuery 1.8.0 #21

Open
philklc opened this issue Aug 28, 2012 · 5 comments
Open

.fadeIn() and .fadeOut() does not work when using jQuery 1.8.0 #21

philklc opened this issue Aug 28, 2012 · 5 comments

Comments

@philklc
Copy link

philklc commented Aug 28, 2012

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.

@louisremi
Copy link
Owner

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.

@lehni
Copy link

lehni commented Nov 9, 2012

We are experiencing the same issue over at http://wemakeit.ch and would appreciate a solution! Happy to help out also with debugging.

@lehni
Copy link

lehni commented Nov 9, 2012

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 :(

@nersofiripi
Copy link

Same happens with .hide() and .show() with jQuery 1.8.x.

@kontur
Copy link

kontur commented Oct 31, 2013

Getting the same error

Uncaught TypeError: Object # has no method 'hide'

for jquery-1.10.2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants