var lazyImages = [].slice.call(document.querySelectorAll("img.lazyload"));
if ("IntersectionObserver" in window) {
let lazyImageObserver = new IntersectionObserver(function(entries, observer) {
entries.forEach(function(entry) {
if (entry.isIntersecting) {
let lazyImage = entry.target;
lazyImage.src = lazyImage.dataset.src;
if (typeof lazyImage.dataset.srcset === "undefined") {
}else{
lazyImage.srcset = lazyImage.dataset.srcset;
}
lazyImage.classList.remove("lazyload");
lazyImageObserver.unobserve(lazyImage);
}
});
});
lazyImages.forEach(function(lazyImage) {
lazyImageObserver.observe(lazyImage);
});
}
});
Poet's Market
送料無料(コンビニ送料含む)
0.0 (0件)
4,752円
(税込み)
(2025/04/19 21:04:16時点の在庫、価格情報です。詳しくは販売ページにてご確認下さい。)
販売ページ
著者名
Robert Lee Brewer
出版社名
WRITERS DIGEST/NORTH LIGHT
ISBNコード
9781582979502
発売日/出版年度
2010年
The most complete resource available for poets who want to submit and publish their poetry, this edition of "Poet's Market" now includes a subscription to Poet's Market online (the poetry section of writersmarket.com).
販売ページ