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        
               });     
  });

link|improve this question

74% accept rate
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.