1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: blockui
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Kyle Robbertze <paddatrapper@debian.org>
Build-Depends: debhelper (>=12),
debhelper-compat (=12),
uglifyjs
Standards-Version: 4.4.0
Homepage: http://malsup.com/jquery/block/
Vcs-Git: https://salsa.debian.org/js-team/blockui.git
Vcs-Browser: https://salsa.debian.org/js-team/blockui
Package: libjs-jquery-blockui
Architecture: all
Depends: libjs-jquery, ${misc:Depends}
Recommends: javascript-common
Description: simulate synchronous behaviour using AJAX
The jQuery BlockUI Plugin simulates synchronous behavior when using AJAX,
without locking the browser. When activated, it will prevent user activity
with the page (or part of the page) until it is deactivated. BlockUI adds
elements to the DOM to give it both the appearance and behavior of
blocking user interaction.
|