$(function () { // Set beforeShow event handler function $(".selector").wijlightbox({ beforeShow : function (e) { } }); });
beforeShow = function ( e : jQuery.Event ) { };
Parameters
- e
- Standard jQuery event object
$(function () { // Set beforeShow event handler function $(".selector").wijlightbox({ beforeShow : function (e) { } }); });
beforeShow = function ( e : jQuery.Event ) { };