#author("2019-01-21T20:39:06+09:00","default:kmf","kmf")
#author("2019-01-21T20:39:20+09:00","default:kmf","kmf")
サンプル
#code(javascript){{
<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);~
&tag(jquery);
RIGHT:Today:&counter(today); Yesterday:&counter(yesterday); Total:&counter(total);

トップ   編集 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS