// 地区情報取得 var $selected_pref; var $selected_city; var $selected_town; var $selected_section; function get_area_data($type, $pref, $city, $town, $section) { $mode = "get_area_"+$type; $data = "mode="+$mode; $data += "&pref="+$pref; $data += "&city="+$city; $data += "&town="+$town; $data += "§ion="+$section; jQuery.ajax({ type: "POST", async: false, url: 'https://tokiwa-yoyaku.s12.metaism-dev.info/common/tokiwa_area/', data: $data, dataType: "json", success: function(res){ if ($type == "zipcode") { jQuery('input#zip1').val(res["zip1"]); jQuery('input#zip2').val(res["zip2"]); } else { jQuery('select#address_'+$type).append(jQuery('