Hi,
Id like to have nice smooth slidings but... div slides up and
disappears smoothly, ajax loads page, and there`s the slideDown...It
slides to the same height that was before, and then div fits to new
content.. Its ugly, mostly when theres big differences between height
of div before and after... My code is:

                <script type="text/javascript">
                        function str(){
                                $j("#text2").slideUp(750, function(){
                                        $j('#text2').load(stro)
                                        }).ajaxComplete(function(){
                                        $j("#text2").fadeIn(1000);
                                        });
                                }
                </script>

Of course jQuery-1.1.3.1 ;]
Regards

Reply via email to