Wijmo UI for the Web
beforeShow Event
wijmo.lightbox.wijlightbox Namespace > options type : beforeShow Event
Standard jQuery event object
The beforeShow event handler. A function called before a page's content is shown.
Syntax
$(function () {
    // Set beforeShow event handler function
    $(".selector").wijlightbox({
        beforeShow : function (e) {
     
        }
    });
});
beforeShow = function ( 
   e : jQuery.Event
) { };

Parameters

e
Standard jQuery event object
See Also

Reference

options type
wijlightbox jQuery Widget