I keep getting a lot of questions asking about creating sortable lists with Draggable, so I'm just going to make a post about it.   My See the Pen RNLdpz by osublake (@osublake) on CodePen example is outdated, and I no longer use that technique, so I'm not going to update it. It relies on hit testing, which I would no longer recommend doing for grids/lists. A better way is to create a model of your list, and map the location of your draggable to that model.