<div>
                    <span style="font-size: 12px;">try the documentation:</span>
                </div><div><span style="font-size: 12px;"><br></span></div><div>http://api.jquery.com/fadeout/ there's an options parameter that you can pass to fadeout. In that dictionary you can specify a done-function.</div><div><br></div><div><span style="font-size: 12px;">Kind Regards</span></div><div><span style="font-size: 12px;">Karsten</span></div>
                <div><div><br></div>--&nbsp;<br><div>Karsten Kusche - Dipl. Inf. (FH) - karsten@heeg.de</div><div>Georg Heeg eK - Köthen</div><div>Handelsregister: Amtsgericht Dortmund A 12812&nbsp;</div><div><br></div></div>
                 
                <p style="color: #A0A0A8;">Am Dienstag, 15. Oktober 2013 um 16:04 schrieb Wojciech Kaczmarek:</p>
                <blockquote type="cite" style="border-left-style:solid;border-width:1px;margin-left:0px;padding-left:10px;">
                    <span><div><div><div>Hello,</div><div><br></div><div>I'd like to welcome everyone on this list. I was playing with Seaside</div><div>many years ago and I'm very glad to see it not only survived but being</div><div>still active and evolving :)</div><div><br></div><div>Now I'm trying to get my head around the idea of interactive web</div><div>components I always wanted to have in a library. Looks like with some</div><div>creativity and discipline Seaside may be the platform it's possible to</div><div>have such thing on.</div><div><br></div><div>I am experimenting now with giving the components visual behavior via</div><div>jquery effects. Say I want to: fade out some dom element, then replace</div><div>it with another and fade in this new one. My tries now boil down to a</div><div>very specific question:</div><div><br></div><div>How to properly chain jQuery effects?</div><div><br></div><div>If I do something like:</div><div><br></div><div>html fooElement</div><div>  id: id;</div><div>  onClick: (html jQuery ajax script: [ :s |</div><div>    s &lt;&lt; (s jQuery: id) fadeOut: 2 seconds.</div><div>    s &lt;&lt; (s jQuery: id) parent html: OtherFoo new.</div><div>  ]</div><div><br></div><div>then the fade-out action will be fired -- meaning: started, but then</div><div>the dom replacement will be also fired right-away, effectively</div><div>replacing the element being faded out.</div><div>I need a method for chaining actions - not only pre-existing effects</div><div>but also dom manipulation, and, ideally, any javascript, so that one</div><div>is starting upon completion of another.</div><div>I realize it'd require to have some Seaside API over what goes into js</div><div>complete() callback handlers - is there anything like this, possibly</div><div>undocumented?</div><div><br></div><div><br></div><div>cheers,</div><div><br></div><div>Wojtek</div><div>_______________________________________________</div><div>seaside mailing list</div><div><a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a></div><div><a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a></div></div></div></span>
                 
                 
                 
                 
                </blockquote>
                 
                <div>
                    <br>
                </div>