Wijmo UI for the Web
reset イベント
標準 jQuery イベントオブジェクト。
reset イベントは、リセットボタンがクリックされたときに発生します。
シンタックス
Javascript (Usage) 
$(function () {
    %JQueryMemberName%イベントハンドラ関数を設定する 
    $(".selector").wijrating({ 
        reset : function (e) { 
     
        } 
    });
});
Javascript (Specification) 
reset = function ( 
   e : jQuery.Event
) { };

パラメータ

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

関連トピック

参照

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

 

 


Copyright © GrapeCity inc. All rights reserved.