
At some point you may need to create a draggable element within your web application. This is great functionality, however you may want or find that you need the element to stay in place after being dragged around. In this tutorial I will show you how to easily drag an element and make it stick, even after a page reload, by grabbing and storing its X and Y coordinates.



[...] 15. Simple Draggable Element Persistence with jQuery [...]
Cheers for this, it looks good, I’ll try to implement over the weekend.