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