Wijmo UI for the Web
shown Event
wijmo.popup.wijpopup Namespace > options type : shown Event
Standard jQuery event object
The shown event handler. A function called after the element is shown.
Syntax
$(function () {
    // Set shown event handler function
    $(".selector").wijpopup({
        shown : function (e) {
     
        }
    });
});
shown = function ( 
   e : jQuery.Event
) { };

Parameters

e
Standard jQuery event object
See Also

Reference

options type
wijpopup jQuery Widget