// JavaScript Document $(function(){ $(".TAB li").mousemove(function(){ var $vv=$(this).parent(".TAB").attr("id"); $($vv).hide(); $(this).parent(".TAB").find("li").removeClass("hover"); var xx=$(this).parent(".TAB").find("li").index(this); $($vv).eq(xx).show(); $(this).addClass("hover"); //$(".tel").text(nn.left+"/"+nv.left); }); });