Wijmo UI for the Web
rating Event
Standard jQuery event object
Information about an event
The rating event fires before widget rating. You can use this event if you'd like to track the rated values. You can cancel this event by returning false.
Syntax
Javascript (Usage) 
var instance; // Type: options
instance.rating = function(e, data) { };
Javascript (Specification) 
rating = function ( 
   e : jQuery.Event,
   data : IRatingEventArgs
) { };

Parameters

e
Standard jQuery event object
data
Information about an event

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.