Contact06-6341-8733
HOME>Webお問い合わせフォーム
$(function(){ if ($('input[name=choice]:eq(0)').prop('checked')) { $(".res").hide(); } else { $(".res").show(); } $('[name=choice]').click(function() { if ($('input[name=choice]:eq(0)').prop('checked')) { $(".res").slideUp(200); } else { $(".res").slideDown(200); } }); });
*This is a required