What\'s the best javascript library, or plugin or extension to a library, that has implemented autosaving functionality?
The specific need is to be able to \'save\'
synchronize is a jquery plugin that adds functionality to your html page to periodically automatically send user input back to the server. (source code)
JavaScript and HTML sample:
resulting ajax request after the default delay of 1s:
http://localhost/entity.cfc?method=updateDescription&value=update_value&preVal=initial_value&ID1=1&ID2=2