ランキング
人気記事ランキング
人気ブログランキング
*ランキングは、PV情報のほかココログ運営独自の基準に基づいて掲載しています。
書いてみよう
今日のニュース記事や、みんなの関心ごとなど気になるネタを見つけたら書いてみよう。
お知らせ
' + item.blog_name + ' ' + item.title + ': ' + item.publisher + '' +
'';
itemsHtml += itemHtml;
});
$('#newsticker-ul').append(itemsHtml);
$.simpleTicker($('#newsticker'), {effectType:'slide'});
});
$.ajax({
url: '/updates/status/blog_ranking_s.json',
type: 'GET',
dataType: 'json',
}).done(function(blogRankingJson) {
blogRanking = blogRankingJson.filter(item => item !== null);
let itemsHtml = '';
blogRanking.forEach(function(item, index) {
const rank = index + 1;
const itemHtml =
' ' + rank + '' +
' ' + item.blog_name + '' +
// ...
'' +
'' +
'';
itemsHtml += itemHtml;
});
itemsHtml += ' ' + rank + '' +
' ' + item.blog_and_entry_name + '' +
// ...' +
'' +
'' +
'';
itemsHtml += itemHtml;
});
itemsHtml += ' ' :
'';
const itemHtml =
' ' + number + '' +
' ' + item.title + '' +
trendIconTag +
'';
box.append(itemHtml);
});
});
$.ajax({
url: '/updates/status/banner_ad.json',
type: 'GET',
dataType: 'json',
}).done(function(bannerAd) {
const bannerAdHtml =
'';
$('#banner-area-inner-img').append(bannerAdHtml);
});
$.ajax({
url: '/updates/status/info-nifty.json',
type: 'GET',
dataType: 'json',
}).done(function(infoNiftyJson) {
let itemsHtml = '';
infoNiftyJson.slice(0,3).forEach(function(item, index) {
const itemHtml =
' ' + item.date + '' +
'
' + item.caption + '' +
'' +
'';
itemsHtml += itemHtml;
});
$('#top-slider-wrap').append(itemsHtml);
$('.top-slider-wrap').slick({
autoplay: true,
autoplaySpeed: 5000,
infinite: true,
dots: false,
centerMode: true,
slidesToShow: 1,
centerPadding: "0",
variableWidth: true,
responsive: [
{
breakpoint: 768,
settings: {
centerPadding: '20px',
variableWidth: false
}
}
]
});
});
$.ajax({
url: '/updates/status/updates.json',
type: 'GET',
dataType: 'json',
}).done(function(updatesJson) {
let itemsHtml = '';
updatesJson.forEach(function(item, index) {
const itemHtml =
'