APM(ApachePhpMysql)

선택자 별 data가져오기

DGeon 2024. 10. 30. 10:59
$('input[name="네임명"]:checked').data('idx');
$('input.클래스명:checked').data('idx');