Link Nudging - CSS-triks

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

Sørg for å endre velgeren slik at den bare målretter mot lenkene du vil ha nudging, f.eks. “#Sidebar ul li a”