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) | |
---|
$(function () {
// Set rating event handler function
$(".selector").wijrating({
rating : function (e, data) {
}
});
});
|
Javascript (Specification) | |
---|
rating = function (
: jQuery.Event,
: IRatingEventArgs
) { };
|
Parameters
- e
- Standard jQuery event object
- data
- Information about an event
See Also
Reference
options type
wijrating jQuery Widget