Have a look in the jQuery sintax. There isn't: SlideInUp and SlideOutUp Use: slideDown and slideUp instead
Correct sintax:
$('#test2').slideDown(500);
$('#test1').slideUp(500);
Mauricio
Have a look in the jQuery sintax. There isn't: SlideInUp and SlideOutUp Use: slideDown and slideUp instead
Correct sintax:
$('#test2').slideDown(500);
$('#test1').slideUp(500);
Mauricio