聯系我們
-
服務熱線13963525197
- 電話:13506352404
- 電話:13963525197
- 網址:http://www.www.zxherb.com
- 地址:聊城市開發區大東鋼管城嫩江路
$(function(){ var daohang = $('#daohang').find("li"); var cons = $("#cons").children("div"); daohang.bind("mouseover",function(){ daohang.removeClass("specialLi"); var ind = $(this).index(); cons.hide(); cons.eq(ind).show(); $(this).addClass("specialLi"); }) });