').attr({'id':'hide_box'}).append( $('').text('送出中') ) ); form.submit(); } } }); $(".country").click(function(){ if($('#country_taiwan').is(':checked')){ $('#country_name').hide(); $('.twzipcode').show(); }else{ $('#country_name').show(); $('.twzipcode').hide(); } });