最近の検索
最近の検索はありません

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 = ' '
$('.alertbox').append(style1);
});
$('.ns-close').on('click',function(){
$(".alertbox").remove();
});
});
コメントを表示 · 投稿日時:2018年8月16日 · Lynn Beighley
0
フォロワー
0
投票
0
コメント