``` js elem.draggable({ drag: function( event, ui ) { ui.position.left = 100; } }); ``` is a supported API, but isn't documented.