Side navigation
#14505 closed bug (notabug)
Opened November 01, 2013 09:02PM UTC
Closed November 10, 2013 07:16PM UTC
JQuery fadeTo() function not working
Reported by: | manuel.fischer.prod@gmail.com | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.10.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hi,
I try to reset the opacity of a div back to 0 but this is not working. http://jsfiddle.net/mnlfischer/YFz38/ When I delete the else block it works. I dont want to use the hide() and show() methods because I need the placeholder in a fluid grid. Is this a bug?
Greetings
Manuel
You should use stop() before fadeTo in this case.