$(function() { $('#draggable').draggable({ containment: 'parent', axis: 'x', revert: true, revertDuration: 300, cursor: 'move' }); });
