일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 헬퍼
- 후크
- codeigniter3
- APK
- 라이렌
- 안드로이드
- CodeIgniter
- html
- jquery
- config
- phpDocumentor
- 함수
- function
- javascript
- mysql
- API
- 그누보드
- php
- MSsql
- 웹 프로그래밍
- 옵션표
- rairen
- CI3
- FCM
- 영카트
- Database
- jw player
- ajax
- 설정
- 코드이그나이터
Archives
- Today
- Total
프로그램 개발서
jQuery > .on() 본문
on() API 문서
.on() | jQuery API Documentation
Description: Attach an event handler function for one or more events to the selected elements. The .on() method attaches event handlers to the currently selected set of elements in the jQuery object. As of jQuery 1.7, the .on() method provides all function
api.jquery.com
1. on(event, handler)
$(selector).on("click", function(event){
// 코드 작성
});
반응형
'jQuery' 카테고리의 다른 글
[Tip] 폼 서브밋 바인딩하여 발리데이트 시 아약스사용할 경우 참고사항 (0) | 2024.01.18 |
---|