-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.js
35 lines (28 loc) · 1.37 KB
/
index.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
import { navbar } from "../components/navbar.js";
document.getElementById("navbar").innerHTML = navbar()
// document.addEventListener("keydown", SearchCategory);
// function SearchCategory(e) {
// if (e.key == "Enter") {
// let Keyword = document.querySelector("#search").value;
// window.location.href="../../NORD_STROM_UNIT_3/women_Page/womes's_page.html"
// let link = `https://www2.hm.com/en_in/women/shop-by-product/${Keyword}/_jcr_content/main/productlisting.display.json?sort=stock&image-size=small&image=model&offset=36&page-size=36`;
// // document.querySelector("#Pickone").innerHTML = null;
// ClothMap(link);
// }
// }
// import ClothMap from "./womenDataMap.js";
// document.addEventListener("keydown", SearchCategory);
// function SearchCategory(e) {
// if (e.key == "Enter") {
// let Keyword = document.querySelector("#search").value;
// if(Keyword== ""){
// return false;
// }
// else{
// let link = `https://www2.hm.com/en_in/women/shop-by-product/${Keyword}/_jcr_content/main/productlisting.display.json?sort=stock&image-size=small&image=model&offset=36&page-size=36`;
// window.location.href="./womes's_page.html"
// // document.querySelector("#Pickone").innerHTML = null;
// ClothMap(link);
// }
// }
// }