일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 옵션표
- javascript
- CodeIgniter
- 함수
- 헬퍼
- FCM
- 웹 프로그래밍
- APK
- jquery
- function
- 후크
- codeigniter3
- ajax
- 영카트
- 라이렌
- CI3
- mysql
- Database
- phpDocumentor
- config
- jw player
- 그누보드
- MSsql
- 설정
- 안드로이드
- html
- php
- API
- rairen
- 코드이그나이터
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 |
---|