I have this script.
$("#menu li a.nieuwsbriefaanmelden").click(function()
{
$("#nieuwsbrief").slideDown(600);
$("#nieuwsbrief form").fadeIn(600);
});
How can i change this script. That the script do first the slidedown. And when the slidedown is done, than he does the fadein. Now the slideshow and fadein effect. Start the same time.
Thanks