First of all, I understand that there are many similar questions like this, but I just can't figure out the answer or the jsfiddle answer doesn't work!
My question is quick and simple, I have a div that clicks the second div to the right. But I want the div to be invisible during the animation. Here is my code:
$("#go").click(function() { $("#go").off() functionlist["flip"]() $("#go").on() })β
But a div never becomes clickable. Am I really misunderstanding the language? Thank you very much!
http://jsfiddle.net/g5mJd/12/
EDIT: I would like to avoid the element being close during the animation, as I want to perform other functions, as well as clicking on run and still turn it off during the process. I used the animation as an example only.
source share