Wijmo UI for the Web
close Event
wijmo.lightbox.wijlightbox Namespace > options type : close Event
Standard jQuery event object
The close event handler. A function called after the popped up container is closed.
Syntax
$(function () {
    // Set close event handler function
    $(".selector").wijlightbox({
        close : function (e) {
     
        }
    });
});
close = function ( 
   e : jQuery.Event
) { };

Parameters

e
Standard jQuery event object
See Also

Reference

options type
wijlightbox jQuery Widget