I have a horizontal sortable list. My sortable as follows. I want my sortable divs to move as soon as one touches another. I have searched and found tolerance property but it doesn't help. Is there a way to implement that? Thanks.
<script type="text/javascript">
$(function() {
$("#sortable").sortable({
revert: false
});
});