https://github.com/nexts/wait-while-recursive-saving-nested-items
Description how to recursively save parent and nested items without losing nested editing data
https://github.com/nexts/wait-while-recursive-saving-nested-items
Last synced: about 1 year ago
JSON representation
Description how to recursively save parent and nested items without losing nested editing data
- Host: GitHub
- URL: https://github.com/nexts/wait-while-recursive-saving-nested-items
- Owner: NeXTs
- License: mit
- Created: 2013-11-30T16:24:15.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-12-02T14:22:21.000Z (over 12 years ago)
- Last Synced: 2025-06-01T12:34:59.872Z (about 1 year ago)
- Language: JavaScript
- Size: 109 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Wait-while-recurive-saving-nested-items
========================================
Example how to recursively save parent and nested items without losing nested editing data with $.Deferred object.

I did animation when changing the template so that you will notice how the template changes.
Also you can play with usleep(150000); in top of index file to change response delay.