728x90 분류 전체보기530 [JS] querySelector 하고 제이쿼리 사용 차이 querySelector- css - = CSS= display:none; document.querySelectorAll('.hello').innerHTML = '바보'; 제이쿼리 - css - () 제이쿼리 = hide(); $('.hello').html('바보'); 제이쿼리와 자바스크립트 혼용 가능. $("#close").on("click", function () { document.querySelector(".black-bg").classList.remove("show-modal"); //$(".black-bg").toggleClass("show-modal"); }); "쿼리" 라는 말이 들어가면 css 처럼 쓰인다고 보자. 2024. 3. 21. [CSS] inline-block 과 float inline-block is ignored due to the float. If 'float' has a value other than 'none', the box is floated and 'display' is treated as 'block' " float 속성을 주면 자동으로 inline-block이 되는데 굳이 또 display: inline-block을 줄 필요가 없다" 라는 메세지로 생각하시면 됨. float 속성을 주면 자동으로 마진이 없는 inline-block 속성이 변한다. 2024. 2. 27. CSS 메모 보호되어 있는 글 입니다. 2024. 1. 12. 간혹 쓰는 Switch 문법 보호되어 있는 글 입니다. 2023. 12. 25. 캐러셀에 스와이프 기능 만들기 숙제 & 터치이벤트 보호되어 있는 글 입니다. 2023. 12. 25. 캐러셀에 스와이프 기능 만들기 보호되어 있는 글 입니다. 2023. 12. 25. 이전 1 ··· 49 50 51 52 53 54 55 ··· 89 다음 728x90