File: control

package info (click to toggle)
jquery-areyousure 1.9.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 136 kB
  • sloc: makefile: 8
file content (25 lines) | stat: -rw-r--r-- 1,037 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Source: jquery-areyousure
Section: javascript
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 10), uglifyjs
Standards-Version: 4.0.0
Homepage: https://github.com/codedance/jquery.AreYouSure
Vcs-Git: https://anonscm.debian.org/pkg-javascript/jquery-areyousure.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/jquery-areyousure.git

Package: libjs-jquery-areyousure
Architecture: all
Depends: libjs-jquery, ${misc:Depends}
Description: jQuery plugin to alert users of unsaved changes
 Are-you-sure (jquery.are-you-sure.js) is simple light-weight "dirty form"
 JQuery Plugin for modern browsers. It helps prevent users from losing unsaved
 changes by promoting the user to save/submit.
 .
 Features:
   - Simple usage
   - Pure javascript implementation
   - Leverages onBeforeUnload to detect all page/browser exit events
   - Works on forms of any size
   - State management--mark forms clean if original values are restored
   - Graceful degradation on legacy browsers