Wijmo UI for the Web
selected Event
Standard jQuery event object
Information about an event
Select event handler of wijlist. A function will be called when any item in the list is selected.
Syntax
Javascript (Usage) 
$(function () {
    // Set selected event handler function
    $(".selector").wijlist({
        selected : function (e, data) {
     
        }
    });
});
Javascript (Specification) 
selected = function ( 
   e : jQuery.Event,
   data : ISelectedEventArgs
) { };

Parameters

e
Standard jQuery event object
data
Information about an event

See Also

Reference

options type
wijlist jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.