let nav_html = `
`; $("#navbar-head").html(nav_html); let ele_page = $("body").hasClass("login_page"); if(ele_page == true){ // $(".header-area").removeClass("bg-white") } // $(".product_data").each(function () { // $(this).click(function () { // debugger; // let item_id = $(this).attr("item_id"); // let loc_path = '/products.html' // if (window.location.pathname.includes(loc_path)) { // window.location.href = `?products` // } // else { // window.location.href = `/products.html?products`; // } // }) // }); let width = $(window).width(); $(".menu-negative-mrg2,.menu-negative-mrg3,.menu-negative-mrg4").css("width",width); $("a.ram_data").click(function () { let item_id = $(this).attr("accessories_id"); let loc_path = '/products.html' if (window.location.pathname.includes(loc_path)) { window.location.href = `?itemid=${item_id}` } else { window.location.href = `/products.html?itemid=${item_id}`; } }) // destroy localstorage data let loc_path = '/productdetails.html'; if (window.location.pathname.includes(loc_path) === false) { localStorage.removeItem("product_data") }