$(document).on("keyup", "#reg_mb_tel,#reg_mb_hp,#od_tel,#od_b_tel,#od_hp,#od_b_hp", function() {
$(this).val( $(this).val().replace(/[^0-9]/g, "").replace(/(^02|^0502|^0504|^0505|^0506|^0507|^1[0-9]{3}|^0[0-9]{2})([0-9]+)?([0-9]{4})/,"$1-$2-$3").replace("--", "-") );
});
댓글 영역