wijmo.lightbox.wijlightbox Namespace > options type : show Event |
Javascript (Usage) | |
---|---|
$(function () { // Set show event handler function $(".selector").wijlightbox({ show : function (e) { } }); }); |
Javascript (Specification) | |
---|---|
show = function ( e : jQuery.Event ) { }; |