Jquery sortable element should move only up-down not left or right -
i using jquery sortable function li within ul tag, when dragging , dropping elements within ul, wanting can not dragged left or right within ul. should dragged , down.
$( ".selector" ).sortable({ axis: 'y' });
from docs:
if defined, items can dragged horizontally or vertically. possible values:'x', 'y'.
Comments
Post a Comment