Wijmo UI for the Web
changed Event
Standard jQuery event object
Information about an event
A function called when checked state is changed.
Syntax
Javascript (Usage) 
$(function () {
    // Set changed event handler function
    $(".selector").wijradio({
        changed : function (e, data) {
     
        }
    });
});
Javascript (Specification) 
changed = function ( 
   e : jQuery.Event,
   data : IChangedEventArgs
) { };

Parameters

e
Standard jQuery event object
data
Information about an event

See Also

Reference

options type
wijradio jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.