Skip to content

Instantly share code, notes, and snippets.

@softark
softark / zip-api-sample.html
Last active June 12, 2018 00:49
郵便番号検索 jQuery UI Autocomplete
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8"/>
<title>郵便番号検索 Autocomplete</title>
<link rel="stylesheet" href="https://code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css"/>
<style type="text/css">
/* フォーム */
.form {
border: 1px solid #CCCCCC;