カテゴリー別アーカイブ - IT the Best

// ul>li"); categories.each(function (i, e) { var c_name = $(e).find(">a").text(); try { // 先方、後方にある空白を消す c_name = c_name.replace(c_name.match(/(^[\s].*?)[\S]/)[1], ""); c_name = c_name.replace(c_name.match(/[\S].*?([\s].*)$/)[1], ""); } catch (error) {} categoryList.push(c_name); }); …