Hi.

Here is my code....
I'm trying to get this to fade out first before the fade in happens.
Please help!!

$(document).ready(function()
{
        $("a.linkclass").click(function() {
                $('.msg_body').fadeOut("fast");
                $($(this).attr("href")).fadeIn("fast");
        });
});

Thank!

Reply via email to