Wijmo UI for the Web
itemRendering Event
wijmo.list.wijlist Namespace > options type : itemRendering Event
The jQuery.Event object.
The data with this event.
The itemRendering event is fired before a list item is rendered.
Syntax
$(function () {
    // Set itemRendering event handler function
    $(".selector").wijlist({
        itemRendering : function (e, args) {
     
        }
    });
});
itemRendering = function ( 
   e : Object,
   args : IItemEventArgs
) { };

Parameters

e
The jQuery.Event object.
args
The data with this event.
See Also

Reference

options type
wijlist jQuery Widget