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
- JavaScript
- CSS
- JSP
- AWS
- PL/SQL
- HTML
- node.js
- websocket
- 블록체인
- 배포
- jQuery
- EC2
- 비트코인
- 도커
- docker
- 웹게임
- tiles.xml
- SQL
- Servlet
- RDS
- Cookie
- phaser
- 알고리즘
- model1
- 암호화
- Spring
- 웹소켓
- autowired
- express
- Ajax
Archives
- Today
- Total
목록이벤트 (1)
記錄
jquery) selector, event, get, set, add
jquery basics Selector // Jquery는 본질적으로 HTML의 Element를 조작하기 위한 것이다// 따라서 HTML 요소를 잡아오는 selector 가 매우 중요하고 jQuery의 모든 selector는// $로 시작하여 () 괄호가 따라온다./* $("*") Selects all elements $(this) Selects the current HTML element $("p.intro") Selects all elements with class="intro" $("p:first") Selects the first element $("ul li:first") Selects the first element of the first $("ul li:first-child") Select..
Web/Jquery
2018. 3. 15. 19:01