function checkrouteType(id,yj,event) {
                 
               
    /*distanceType = $("#routeType_" + id)[0].attributes.value.nodeValue;*/
    $("#routeType li").css("background-color", "rgba(255,255,255,0)");
    $("#routeType li").css("color", "#595959");
    $("#routeType_" + id).css("background-color", "#05A5F9");
    $("#routeType_" + id).css("color", "#FFFFFF");
      console.log(222222222222);event.stopPropagation();
      $('.kcyj').html(yj);
       $("#routeType_" + id).addClass('xzd').siblings().removeClass('xzd');
     
} 
event.stopPropagation();关键

点赞(0) 打赏

评论列表 共有 0 条评论

暂无评论
返回
顶部