HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
📚
위니브 책 모음(공개 링크)
/
📝
2022 30분 요약 강좌 시즌1
/
📝
jQuery & Ajax(22년 5월 업데이트 완료)
/
$("div").remove(".cl1, .cl2");

$("div").remove(".cl1, .cl2");

구분
DOM구조 변경
대표 속성
설명
나열된클래스가 있는 div를 제거합니다.