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

Parameters

e
Standard jQuery event object
See Also

Reference

options type
wijlightbox jQuery Widget