Wijmo UI for the Web
spinDown イベント
標準 jQuery イベントオブジェクト。
spinDown イベントハンドラ。スピンダウンイベントが発生したときに呼び出される関数。
シンタックス
Javascript (Usage) 
$(function () {
    %JQueryMemberName%イベントハンドラ関数を設定する 
    $(".selector").wijinputdate({ 
        spinDown : function (e) { 
     
        } 
    });
});
Javascript (Specification) 
spinDown = function ( 
   e : jQuery.Event
) { };

パラメータ

e
標準 jQuery イベントオブジェクト。

関連トピック

参照

options タイプ
wijinputdate jQuery ウィジェット

 

 


Copyright © GrapeCity inc. All rights reserved.