#author("2019-01-21T19:16:16+09:00","default:kmf","kmf")
#author("2019-01-21T20:39:20+09:00","default:kmf","kmf")
サンプル
#code(javascript){{
    <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);
                              }
                        );
                    }
                );
            }
        )
<script type="text/javascript">
    <!--
    $(
        function() {
            $('#hoge').change(
                function () {
                    $.get('hogehoge.php',
                          {id: val},
                          function(data) {
                              $('#hogehogehoge').text(data);
                          }
                    );
                }
            );
        }
    )
    //-->
</script>
}}
----
[[jQuery日本語リファレンス:http://semooh.jp/jquery/api/ajax/jQuery.get/+url,+data,+callback+/]] / [[js STUDIO:http://js.studio-kingdom.com/jquery/ajax/get]]
----
&tag(jquery);
RIGHT:Today:&counter(today); Yesterday:&counter(yesterday); Total:&counter(total);



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