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