Wijmo UI for the Web
added Event
wijmo.list.wijlist Namespace > options type : added Event
Standard jQuery event object
Information about an event
The added event is fired after adding item in addItem method.
Syntax
$(function () {
    // Set added event handler function
    $(".selector").wijlist({
        added : function (e, data) {
     
        }
    });
});
added = function ( 
   e : jQuery.Event,
   data : IAddedEventArgs
) { };

Parameters

e
Standard jQuery event object
data
Information about an event
See Also

Reference

options type
wijlist jQuery Widget