Try this:

$(document).ready(function(){
        $(".loginToggle").click(function(){
                $("#loginForm").toggle("slow");
        });

});

Is not only fading, but more or less i think is what you need.

Reply via email to