I'm just trying to plunge into this Ajax thing. I have a very simple question.
I saw the UI plugin ( http://interface.eyecon.ro/docs/drag ) for jQuery, where you can drag frames, stretch things, animate, etc. Thus, basically you get all the desktop features right in your web application.
In the desktop world, you can save the state of objects in a file, but how to save the state of managed objects in jQuery.
For example, if I dragged a frame in jQuery or stretched the borders of a div element, how can I save it to a file on the server, so the next time I open it will be changed?
Nilesh
source share