I want to achieve an effect on a certain div with scriptaculous that does the following:
- The div will blindUp.
- After that effect is complete, the contents of the div will change.
- The div will then blindDown with the new contents.
So I know there is the effect queue which is awesome, but how can the contents only after the blindUp effect is complete?
Also is there a way to make toggle work with the queue?