How can I realize that when I have a function
$('.anyclass').slideToggle(1000);
that the program exetutes the function test() after the slideToggle completed?
If I write like this:
$('.anyclass').slideToggle(1000);
test();
...test() gets executed before slideToggle completed.
How can I realize? I don't know jQuery very well ...
Thank you for your help! Regards, Florian
EDIT: Results u can see here: www.virtual-swiss-hornets.ch