wijmo.rating.wijrating Namespace > options type : rated Event |
Javascript (Usage) | |
---|---|
$(function () { // Set rated event handler function $(".selector").wijrating({ rated : function (e, data) { } }); }); |
Javascript (Specification) | |
---|---|
rated = function ( e : jQuery.Event, data : IRatedEventArgs ) { }; |