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

Parameters

e
Standard jQuery event object
See Also

Reference

options type
wijpopup jQuery Widget