') .attr({ 'id': 'hide_box' }) .append( $('') .text('送出中') ) ); form.submit(); } } }); } else { $('#send').attr('disabled', 'disabled'); $('body') .append( $('
') .attr({ 'id': 'hide_box' }) .append( $('') .text('送出中') ) ); form.submit(); } } }); }); $(document).scroll(function() { var obody=$(window).scrollTop(); if(obody>0){ $('.head-times').addClass("head-times-fix"); } else{ $('.head-times').removeClass("head-times-fix"); } }); $(".gps-list-title").click(function(){ $(this).toggleClass("gps-list-title-hover"); $(this).next(".gps-list-none").slideToggle(); });