$('.showPasswordForm').click(function(event){
                $('#signinPanel').fadeOut(1000,function(){
                        $('#passwordPanel').fadeIn();
                });
                return false;
        });


try that

andreacfm wrote:
Any suggestion??

On 15 Mar, 22:15, andreacfm <acampolon...@gmail.com> wrote:
Hi,

A fast question. This code run in 1.2.6 but fails in 1.3 ++.
Why???

        $('.showPasswordForm').click(function(event){
                $('#signinPanel').fadeOut(function(){
                        $('#passwordPanel').fadeIn();
                });
                return false;
        });

1.3++ the second div fadeIN but first one do not fade out...

Thanks

Andrea

Reply via email to