Protecting Userdata from being lost with jQuery

When a user enters data into a form, it can get lost if he leaves the page or clicks a link (be it ajax or not). Here comes protectData, it asks the user before losing his data by loading another page or submitting an ajax request(optional).

It integrates with jquery.form (so ajaxSubmit and ajaxForm are saved too).

Get it at Google Code

Demo and Testsuite

Warning

3 thoughts on “Protecting Userdata from being lost with jQuery

  1. You got “lose” and “losing” wrong in your plugin. Loose is something that isn’t tight.

Leave a comment