$(function () { // Set shown event handler function $(".selector").wijpopup({ shown : function (e) { } }); });
shown = function ( e : jQuery.Event ) { };
options type wijpopup jQuery Widget