$(function () { // Set posChanged event handler function $(".selector").wijpopup({ posChanged : function (e) { } }); });
posChanged = function ( e : jQuery.Event ) { };
Parameters
- e
- Standard jQuery event object
$(function () { // Set posChanged event handler function $(".selector").wijpopup({ posChanged : function (e) { } }); });
posChanged = function ( e : jQuery.Event ) { };