search for: blindsdown

Displaying 1 result from an estimated 1 matches for "blindsdown".

Did you mean: blinddown
2006 Jun 23
2
Queue 3 or more RJS actions
...9;' #second action, after first is done page.visual_effect :BlindDown, "people" , :queue => ''end'' #third action, after second is done I want it to BlindUp, replace the div, and then BlindDown the div with its new content. Instead it BlindsUp first and then BlindsDown/replaces the div pretty much at the same time. I need three things to happen in order and ''front'' and ''end'' only let me set the order for two things. My reference so far has been http://blog.railsdevelopment.com/pages/effect/queue/ It talks about using :sco...