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 |
Tags
- 자바
- indexof
- new아이콘
- vi
- 접속권한
- 정해진기간동안
- Log4j
- new
- login
- tomcat
- 배열
- java
- 톰캣
- 새글
- Iterator
- springboot
- Spring
- SAMBA
- Linux
- swagger
- String
- 권한부여
- Interceptor
- Timeout
- session
- 최대최소
- lombok
- CentOS
- ip체크
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 |