public
Description: JavaScript that spies on your forms and warns people if they try to leave a form with unsaved changes.
Homepage: http://indielabs.com/entries/the-informant/
Clone URL: git://github.com/ihearithurts/informant.git
ihearithurts (author)
Tue Mar 03 10:01:12 -0800 2009
commit  4cc14efe438fd1e61eb21a2901986aab86ba53eb
tree    24497682a7d26818c37f7af4d54bd6ea4565168a
parent  8bd7106e6ea44c9f53afe65a7bbd9a8ad5f04229
name age message
file README.rdoc Tue Mar 03 10:01:12 -0800 2009 Created minified version and a simple demo [ihearithurts]
file demo.html Loading commit data...
file informant.js
file informant.min.js

Informant

The Informant spies on your forms and warns people if they try to leave a form with unsaved changes.

Check out the included demo.html, or learn more at: indielabs.com/entries/the-informant/

Usage

Simply include Prototype 1.6+ and The Informant.

  <script src="prototype.js" type="text/javascript"></script>
  <script src="informant.js" type="text/javascript"></script>

View informant.js for customization options.