JQuery 이벤트
$('이벤트 대상')이벤트메서드(function() { 처리 }); $('이벤트 대상')on.('이벤트', function() { 처리 });
Ajax -> JQuery