wijmo.popup.wijpopup Namespace > options type : posChanged Event |
Javascript (Usage) | |
---|---|
$(function () { // Set posChanged event handler function $(".selector").wijpopup({ posChanged : function (e) { } }); }); |
Javascript (Specification) | |
---|---|
posChanged = function ( e : jQuery.Event ) { }; |