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