Newlyme(ニューリーミー)

A collection page of レディースファッション通販の夢展望【公式】

category
Products
77
Active ads
0
Depth
Published
2022/07/12

About

//パラメータorディレクトリで表示を切替 // ----------------------------------- //パラメータ取得→デコード let urlParamStr = window.location.search; urlParamStr = decodeURI(urlParamStr); //デコード //ディレクトリ取得→デコード→split let path = location.pathname; path = decodeURI(path); //デコード var pathAll = path.split("/"); var path2 = pathAll[pathAll.length - 1]; //タイトル・表示の切替処理 if ("?pf_pt_product_type=ワンピース" == urlParamStr) { //jQuery(".topimg_").html(""); document.getElementsByClassName('c-collection-header__title')[0].textContent = 'Newlyme(ニューリーミー)ワンピース'; //document.getElementsByClassName('brandsearch-btn')[0].innerHTML = ' '; } else if ("?pf_pt_product_type=ブラウス・シャツ" == urlParamStr) { document.getElementsByClassName('c-collection-header__title')[0].textContent = 'Newlyme(ニューリーミー)ブラウス・シャツ'; } else if ("トップス" == path2) { document.getElementsByClassName('c-collection-header__title')[0].textContent = 'Newlyme(ニューリーミー)トップス'; } else if ("?pf_pt_product_type=ニットトップス" == urlParamStr) { document.getElementsByClassName('c-collection-header__title')[0].textContent = 'Newlyme(ニューリーミー)ニットトップス'; } else if ("アウター" == path2) { document.getElementsByClassName('c-collection-header__title')[0].textContent = 'Newlyme(ニューリーミー)アウター'; } else if ("?pf_pt_product_type=スカート" == urlParamStr) { document.getElementsByClassName('c-collection-header__title')[0].textContent = 'Newlyme(ニューリーミー)スカート'; } else if ("?pf_pt_product_type=パンツ" == urlParamStr) { document.getElementsByClassName('c-collection-header__title')[0].textContent = 'Newlyme(ニューリーミー)パンツ'; } else if ("デニムパンツ" == path2) { document.getElementsByClassName('c-collection-header__title')[0].textContent = 'Newlyme(ニューリーミー)デニムパンツ'; } if (window.matchMedia('screen and (min-width:768px)').matches) { jQuery(function () { jQuery("ul.anchor_button_line3_.clear_").removeClass("anchor_button_line3_").addClass("anchor_button_line4_"); }) }