일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- C언어
- bccard
- pycharm
- 데이터전문기관
- html
- mglearn
- 자료구조
- 결합전문기관
- discrete_scatter
- paragraph
- broscoding
- cudnn
- KNeighborsClassifier
- java역사
- CES 2O21 참가
- inorder
- 머신러닝
- Keras
- tensorflow
- web 개발
- 웹 용어
- CES 2O21 참여
- 재귀함수
- 대이터
- web
- web 사진
- classification
- vscode
- postorder
- web 용어
- Today
- Total
목록[IT]/JQuery (4)
bro's coding
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/bhm2xD/btrhA1icak7/hNki1ZRvC7AH2Nb0nxKxL1/img.gif)
Events | jQuery API Documentation Attach a handler to an event for the elements. Bind an event handler to the “blur” JavaScript event, or trigger that event on an element. Bind an event handler to the “change” JavaScript event, or trigger that event on an element. Bind an event han api.jquery.com
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/lhCRs/btrhFwVHU2z/injQTlj1bAPMkQQqLXV7U1/img.gif)
JQuery의 selector는 tag, id, class등을 선택하는데 사용된다. - 버튼 클릭시 p tag 숨기기 - 버튼을 누르면 test라는 id를 가진 것을 숨기기 - id를 select할 땐, #을 사용한다. - 전부다 선택하기: * - 현재의 element 선택: this - p이고 class가 intro인 것 선택 - 첫 p element를 선택 - ul의 첫 li를 선택 - ul의 모든 첫li를 선택 - href를 다 선택 (하이퍼 레퍼런스) - target이 _blank이 아닌 것을 선택 (_blank: 새창열기) - 모든 버튼 선택 - table에서 짝수 선택 - table에서 홀수 선택
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/ctOq9k/btrhGbKeXMv/9eDkPeYTekJxCG9ZCmNeDk/img.png)
jQuery What is jQuery? jQuery is a fast, small, and feature-rich JavaScript library. It makes things like HTML document traversal and manipulation, event handling, animation, and Ajax much simpler with an easy-to-use API that works across a multitude of browsers. jquery.com