如果想hover的时候显示列表,click的时候没有任何操作。该怎么做
用,mousehover, $(function(){$("li").mouseover(function(){$(this).show()})})