$(document).ready(function() {
$(document).on('click','.join_btn a',function(data) {
data.preventDefault();
console.log(data);
})
});
'기타 > 프로그래밍 관련' 카테고리의 다른 글
전자정부프레임워크 기본 (2) | 2013.11.15 |
---|---|
기본 jquery ajax 설정하기 (0) | 2013.08.28 |
PhoneGap Android In-App Billing 기능 구별(v3) (0) | 2013.07.19 |
PhoneGap App 자체 리플래쉬 기능 넣기 (0) | 2013.07.18 |
PHP Shell Command 방법 (0) | 2013.07.03 |