[jQuery] Saving draggable div positions to html?
Is it possible to save the state of a draggable DIV's position?
I can make a DIV draggable as explained here:
http://docs.jquery.com/UI/Draggables
But how can I acquire the new DIV position, and save it somewhere, so
that when my web page is accessed again, the new DIV position is
remembered.
I don't want to use cookies.