$(function(){ jQuery('.daohang_text li').hover(function(){ jQuery('.second',this).css('top','60px').show(); },function(){ jQuery('.second',this).hide(); }); // var li = $('.second').children(); // // var index = li.index(); // console.log(li); // console.log(index); });