$("li").hover(function(){ 
alert($("li").index(this)); 
}); 

相关文章: