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

Parameters

e
Standard jQuery event object
See Also

Reference

options type
wijlightbox jQuery Widget