Wijmo UI for the Web
added Event
Standard jQuery event object
Information about an event
The added event is fired after adding item in addItem method.
Syntax
Javascript (Usage) 
$(function () {
    // Set added event handler function
    $(".selector").wijlist({
        added : function (e, data) {
     
        }
    });
});
Javascript (Specification) 
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

 

 


© 2013 All Rights Reserved.

Send comments on this topic.