function removeSidoInternalInfoli() {
var ul = document.getElementById('sidoInternalList');
if (ul) {
while (ul.firstChild) {
ul.removeChild(ul.firstChild);
}
}
}
'Web(HTML5)' 카테고리의 다른 글
How to check if a variable is an integer in JavaScript? (0) | 2017.09.10 |
---|---|
jquery dialog position (0) | 2017.08.30 |
json jquery populate each example (0) | 2017.08.30 |
5 가지 유용한 리스트 ul, li css (5 Useful ul li css ) (0) | 2017.08.30 |
Google 검색엔진에 내 블로그 나 Web Site 등록하기 (0) | 2017.08.28 |