Wijmo UI for the Web
posChanged Event
wijmo.popup.wijpopup Namespace > options type : posChanged Event
Standard jQuery event object
The posChanged event handler. A function called when the position of the element is changed.
Syntax
$(function () {
    // Set posChanged event handler function
    $(".selector").wijpopup({
        posChanged : function (e) {
     
        }
    });
});
posChanged = function ( 
   e : jQuery.Event
) { };

Parameters

e
Standard jQuery event object
See Also

Reference

options type
wijpopup jQuery Widget