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