$(function () { // Set resizeStop event handler function $(".selector").wijdialog({ resizeStop : function (e, ui) { } }); });
Parameters
- e
- Standard jQuery event object
- ui
- Information about an event.
$(function () { // Set resizeStop event handler function $(".selector").wijdialog({ resizeStop : function (e, ui) { } }); });