Menu
Your Cart

Journal Blog - tag RSS Feed

15 Sep The Wool Jackets Are Back
admin 182 14494
Wool jackets are so warm. The Journal 3 blog has been greatly improved and it now comes with the most advanced set of typography tools, including custom drop-cap support as well as optional newspaper-..
Showing 1 to 1 of 1 (1 Pages)
$(document).ready(function() { const interval = setInterval(function() { const $element = $('.page-title span'); if (!$element.length) return; const text = $element.text(); if (text && text.includes('(0.00kg)')) { $element.text(text.replace('(0.00kg)', '').trim()); clearInterval(interval); // 找到后停止轮询 } }, 100); // 每100ms检查一次 });