$('a', '#nav').hover(function() ( if(!$(this).parent().hasClass('current')) ( $(this).stop().animate(( backgroundPosition: '(0 -75px)' )); ) ), function() ( if(!$(this).parent().hasClass('current')) ( $(this).stop().animate(( backgroundPosition: '(0 -0)' )); ) ));
ऊपर लुढ़कने पर किसी लिंक की पृष्ठभूमि छवि ऊपर और नीचे खिसकती है पृष्ठभूमि स्थिति प्लगइन की आवश्यकता है।