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

Parameters

e
Standard jQuery event object
See Also

Reference

options type
wijlightbox jQuery Widget