UI Sortable vertically only
Hello!
There is any way to made a sortable to be draggable only on Y axis?
I've tryed to use:
$("#memberManage").sortable({
axis:'y',
items: '.memberSort',
handle: '.move'
});
but it doesent work. Is there any other way? Or should i go back to
Interface?
Thanks, regards.