I’ve successfully implemented the jQuery sortable() plugin but want to enhance it with a sort indicator. This would be a vertical bar in between the items where the draggable can be dropped. See the image below for an example. Can this easily be achieved with the sortable() plugin?
I’ve successfully implemented the jQuery sortable() plugin but want to enhance it with a
Share
Use a drop placeholder with a style that only shows the border on one side.