최근 검색


최근 검색 없음

Lynn Beighley's Avatar

Lynn Beighley

가입한 날짜: 2021년 4월 16일

·

마지막 활동: 2021년 10월 27일

팔로잉

0

팔로워

0

총 활동 수

2

투표 수

0

가입 플랜

1

활동 개요

님의 최근 활동 Lynn Beighley

Lynn Beighley님이 에 댓글을 입력함

커뮤니티 댓글 Discussion - Tips and best practices from the community

Thanks for this! I've got the banner showing up, but it appears on all pages, not just the ones with the label.  I must be close, but I don't know how to fix this. I changed the label to search for to "lh4alert". Here's the code (I've hacked the content for testing). Any suggestions?

 // MW-Notification Banner
   $.get( "/api/v2/help_center/"+$('html').attr('lang').toLowerCase()+"/articles.json?label_names=lh4alert" ).done(function( data ) {
     
   $.each(data.articles, function(index,item) {
     
     var style1 = '

test

'
           
     $('.alertbox').append(style1);
   });
   $('.ns-close').on('click',function(){
    $(".alertbox").remove();
  });
    
});

 

댓글 보기 · 2018년 8월 16일에 게시됨 · Lynn Beighley

0

팔로워

0

투표 수

0

댓글