https://ajaxzip3.googlecode.com/svn/trunk/ajaxzip3/ajaxzip3.js
廃止により
https://ajaxzip3.github.io/ajaxzip3.js
1 2 3 4 5 6 7 8 | <script> jQuery( function ($) { $( '#zip' ).change( function (event) { AjaxZip3.zip2addr(this, '' , 'addr' , 'addr' ); }); }); </script> |