250x250
Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 스프링부트
- #Oracle
- IntelliJ
- #오라클
- 스프링
- 이클립스
- Like
- Plugins
- springboot
- log4j
- Eclipse
- Spring
- html
- #JVM
- 오라클
- 환경설정
- 소스코드 맵
- #java
- #eclipse
- #이클립스
- log4j2
- mariadb
- #자바
- 인텔리제이
- CodeGlance
- Oracle
- 설치
- 플러그인
- #자바가상머신
- 설정
Archives
- Today
- Total
커피와 개발자
[jQuery] chapter2. addclass() 와 removeclass() 본문
728x90
addclass() 와 removeclass()는 말 그대로 css의 class를 추가하고 제거 하는 역활
$(document).ready(function(){
$('li').addclass('ClassName');
$('li').removeclass('ClassName');
$('li').removeclass('ClassName');
});
728x90
'웹개발 > 제이쿼리(jQuery)' 카테고리의 다른 글
[jQuery] each() (0) | 2011.04.20 |
---|---|
[jQuery] append() 한 내용에 대한 click() 접근이 안되는 경우 (0) | 2011.04.14 |
[jQuery] chapter3. iframe, 부모페이지 (0) | 2011.04.14 |
[jQuery] chapter1. window.load() 와 같은 기능 (0) | 2011.04.14 |
[jQuery] jquery? (0) | 2011.04.14 |
Comments