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