draggable - jquery sortable breaks axis rule. How to fix? -


when use sortable, axis rule becomes inactive (jsfiddle example)

i want item moving horizontally. can help, please?

add axis: x in order limit drag axis:

    $("#sortable").sortable({         axis: "x",         revert: true     });  

demo


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -