main_load.js 의 exhibitCards를 search 버튼 이벤트 안에 추가하였습니다.
검색 시 조건에 맞는 exhibitList를 card로 출력하도록 바꿨습니다.
혼잡도가 표시됩니다.
주소는 현재 표시되지 않습니다.
Describe your changes
버튼 이벤트 내부에 exhibitCards를 구현하며
index.html의 카드 부분을 옮겼습니다.
detail,html에 href="html/detail.html?poiId='+ exhibitList[i].contents.poiId 로 poiId를 넘기도록 하였습니다.
혼잡도 및 현재 날짜를 표시합니다.
Summary
main_load.js 의 exhibitCards를 search 버튼 이벤트 안에 추가하였습니다. 검색 시 조건에 맞는 exhibitList를 card로 출력하도록 바꿨습니다. 혼잡도가 표시됩니다. 주소는 현재 표시되지 않습니다.
Describe your changes
버튼 이벤트 내부에 exhibitCards를 구현하며 index.html의 카드 부분을 옮겼습니다. detail,html에 href="html/detail.html?poiId='+ exhibitList[i].contents.poiId 로 poiId를 넘기도록 하였습니다. 혼잡도 및 현재 날짜를 표시합니다.