٤Ƴ٤Ĥ
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 
 
 
-
|
-
|
-
|
!
|
!
|
!
 
    <script type="text/javascript">
        <!--
        $(
            function() {
                $('#building_id').change(
                    function () {
                        $.get('ajax_get_building_address.php', {id: $('#building_id').val()},
                              function(data) {
                                  $('#building_address').text(data);
                              }
                        );
                    }
                );
            }
        )

トップ   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS