$(function(){ $(window).on('load',function(){ if($(window).width() <= 768){ var foot_height = $('.foot_tel').innerHeight(); $('footer ul').css('margin-bottom',foot_height); } }); $('#inputform').submit(function(e) { if(validate($(this))){ closeblock($(this)); return false; }else{ return false; } }); $(document).on('change', 'select[name="prefecture"]', function(e) { $('select[name="city"] option').remove(); $('select[name="city"]').append($('')); Object.keys(city_array[$(this).val()]).forEach(function (key){ $('select[name="city"]').append($('