Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- lombok
- Iterator
- 권한부여
- Linux
- springboot
- CentOS
- tomcat
- ip체크
- 자바
- 배열
- 새글
- swagger
- login
- java
- 정해진기간동안
- SAMBA
- 톰캣
- Log4j
- new아이콘
- vi
- 최대최소
- indexof
- Timeout
- new
- String
- Spring
- 접속권한
- session
- Interceptor
Archives
- Today
- Total
Cheat Sheet
#jquery #slide menu 본문
#jquery #jquery적용
jquery라이브러리 추가
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
#id .class
$('selector')
$('selector').mouseover(function(){
마우스가 올라왔을때. 자식요소도 포함
});
$('selector').mouseleave(function(){
마우스가 떠났을때.
});
$('selector').addClass('AAA');
$('selector').removeClass('AAA');
AAA는 css style부분에 미리 만들어진 .class이다.
'Front End > javascript' 카테고리의 다른 글
#javascript #select #selectedIndex (0) | 2019.06.13 |
---|---|
#UI #Enter #로그인 #Key 눌린 경우 #원하는 기능 수행 (0) | 2018.08.02 |