I’m single, but I know who I want.
(via son-ame-perdue)
//When mouse rolls over $("li").mouseover(function(){ $(this).stop().animate({height:'120px'},{queue:false, duration:600, easing: 'easeOutBounce'}) }); //When mouse is removed $("li").mouseout(function(){ $(this).stop().animate({height:'50px'},{queue:false, duration:600, easing: 'easeOutBounce'}) });

(via son-ame-perdue)