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