$(function(){ $(".hs-product-tabs li").mouseenter(function(){ var pdindex = $(this).index(); $(this).find("span").addClass("active").parents().siblings(".hs-product-tabs li").find("span").removeClass("active"); var newleft=-1100*pdindex+"px"; $(".hs-product-container").animate({marginLeft:newleft}); }) })