<script>
$(function () {
$("#box").sortable({
cursor: "grab",
});
});
Hi I`m building a simple puzzle with sortable ui for my kid. i already have box 4x4 pieces with 16 cutted pieces of image . but problem is that sortable item pushing other elements by one to te left side on x axis when repleacing pieces from y axis . I want to one grabbing piece repleace other piece without pushing rest of the pieces in the box
this similar and shows my problem https://codepen.io/vijaykumar/pen/xLEbZE