jQuery Drag & Drop/Sortable with Cookie

Soldato
Joined
30 Nov 2005
Posts
3,084
Location
London
Does anyone know of a tutorial that will show me how to implement a Drop & Drop/Sortable DIV layers that will remember their position with a cookie?

I've spent ages looking through Google and nothing seems suitable.
 
Look at using the serialize method of sortable.

This tutorial may help. You could use a jQuery cookie plugin to directly write to cookies rather than using PHP (but PHP is probably easier). You can strip out the MySQL parts of this tutorial with just writing to cookies instead.
 
Back
Top Bottom