Hello, I have the following code (just studying):
$('#test').hover(function(){
$('.box-one, .box-two, .box-three').hide();
$(this).removeClass('test').addClass('another-test').stop().animate({'height':'210px'});
$('.my-...
asked by
16.03.2014 / 15:36