Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joeybaker/waitweight
https://github.com/joeybaker/waitweight
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/joeybaker/waitweight
- Owner: joeybaker
- Created: 2013-08-01T17:27:46.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-10T20:28:54.000Z (almost 11 years ago)
- Last Synced: 2024-11-27T11:12:05.385Z (about 2 months ago)
- Language: JavaScript
- Size: 129 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
WaitWeight
==========Warns the user if they try to leave the page before AJAX requests complete.
Shamelessly adapted from @maccman https://gist.github.com/maccman/5674933#file-jquery-onclose-coffee and https://gist.github.com/maccman/6125215.
For the background see: http://blog.alexmaccaw.com/jswebapps-onbeforeunload
## Install
## Use
Just like any other jQuery plugin. Affects all `$.ajax` requests, unless you pass: `$.ajax({warn: false})`