ホーム > おすすめ商品お問い合わせ
079-672-3248電話での問合せ(平日8:00-17:00)
$(function(){ if(jQuery(this).prop('checked')){ $(".contact_btn").addClass("checked"); } }); $('input.form_check[type=checkbox]').change(function() { if(jQuery(this).prop('checked')){ $(".contact_btn").addClass("checked"); }else{ $(".contact_btn").removeClass("checked"); } });