I am looking for a jQuery/vanilla javascript plugin that has the functionality to place in grid – Horizontal + vertical. Like photoshop grids. And has IDs or something like that (or easy to implent).
I need the IDs to give something of a value to that ID so I can see where an item is dropped. Hope my question is clear.
Since your post is semi vague I will do my best to just describe…
I use the jQueryUI Draggable/Droppable functions. With this you can make your own grid as you see fit and tie in the jQueryUI to get the drag n’ drop you desire.