$('input[type=radio][name=name]').change(function() { if (this.value == '01') { alert("1"); } else if (this.value == '02') { alert("2"); } });
'JavaScript > jQuery' 카테고리의 다른 글
[jQuery] Depth gnb 네비게이션 (0) | 2018.03.14 |
---|---|
[jQuery] 메모 포스팅.. (0) | 2018.03.14 |
[jQuery] 스크롤 따라다니는 퀵메뉴 (0) | 2018.01.08 |
[jQuery] 이미지의 경로와 사이즈 구하기 (0) | 2017.12.13 |
[jQuery] jQuery를 이용한 이미지 오버효과 (0) | 2017.11.13 |