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
- websocket
- phaser
- model1
- Servlet
- docker
- 암호화
- EC2
- 배포
- 알고리즘
- CSS
- RDS
- AWS
- HTML
- SQL
- Ajax
- jQuery
- Cookie
- node.js
- PL/SQL
- Spring
- autowired
- 웹게임
- express
- 웹소켓
- JSP
- 도커
- 블록체인
- JavaScript
- 비트코인
- tiles.xml
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