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