jQuery 메소드

조성현·2023년 6월 14일
0

JQuery 이벤트

$('이벤트 대상')이벤트메서드(function() {
		처리
});

$('이벤트 대상')on.('이벤트', function() {
		처리
});

Ajax -> JQuery

0개의 댓글

Powered by GraphCDN, the GraphQL CDN