Link Nudging - Triky CSS

Anonim
$("a").hover(function() ( $(this).stop().animate((paddingLeft : "10px"),200); ),function() ( $(this).stop().animate((paddingLeft : "0px"),200); ));

Nezapomeňte změnit selektor tak, aby cílil pouze na odkazy, které chcete mít nudging, např. „#Sidebar ul li a“