$(function(){ dataAnimate(); (function($,lanno){ if(lanno === "" || lanno === "default"){ return ''; } $(".w-languege").each(function(){ $(this).find("a").each(function(){ if($(this).data("lanno") === lanno){ $(this).addClass("cur"); }else{ if($(this).hasClass("cur")){ $(this).removeClass("cur"); } } }); }); })(jQuery,"cn"); }); $(function(){ $("div.descon_item p span").removeAttr("style"); $("div.descon_item p").removeAttr("style"); }); $(function(){ $('.num span').eq(0).text('产品咨询热线:400-123-4567'); $('.num span').eq(0).attr('title','产品咨询热线:400-123-4567'); });