Ajax - How to save automatically my Django form
问题 i have an add_form under my django app. i want to add a feature this form which is saving form automatically after user starts to type. like in gmail , or blogger. what are the steps i should follow? which way or plugin? and how to use them? any knowlenge can help me.thank you. 回答1: There's two useful jquery plugins to get you started https://github.com/BenGriffiths/jquery-save-as-you-type which saves what you type locally to a cookie client-side. Using this plugin is simpler and you will