IT/JavaScript
Underscore.js를 이용한 간단한 콤보 박스 예제
Underscore 문법을 이용하여 간단한 콤보 박스를 구현하였습니다. 다음과 같은 데이터를 이용하여 var data = [ {"Continent" : "아시아" , "Country":"대한민국", "Code":"KOR"}, {"Continent" : "아시아" , "Country":"중국" , "Code":"CHN"}, {"Continent" : "아시아" , "Country":"베트남" , "Code":"VNM"}, {"Continent" : "북미" , "Country":"미국" , "Code":"USA"}, {"Continent" : "북미" , "Country":"캐나다" , "Code":"CAN"}, {"Continent" : "유럽" , "Country":"영국" , "Code":"GBR"}..
2019. 10. 29. 21:36
최근댓글