jQuery(function(){ //書き出し場所を指定 var ParentId = 'ChirashiplusEvtCamListDiv'; var Events = [ { id: 98179 }, { id: 97900 }, ]; if (Events.length != 0) { //公開中のお知らせ数分 繰り返す var count = 0; if (count == 0) { //ULタグを追加する jQuery('#'+ParentId).prepend( jQuery('
')
).append(
jQuery('').append(
jQuery('' + eventheadline + '
') ).append( jQuery('2020年2月21日(金) 配信
') ) ) ) ); if (count == 0) { //ULタグを追加する jQuery('#'+ParentId).prepend( jQuery('
')
).append(
jQuery('').append(
jQuery('' + eventheadline + '
') ).append( jQuery('2020年2月21日(金) 配信
') ) ) ) ); } else { $('#'+ParentId).append('現在開催中のイベント・キャンペーンはございません'); } });