File: control

package info (click to toggle)
imagesloaded 3.1.8-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 96 kB
  • ctags: 47
  • sloc: makefile: 28
file content (27 lines) | stat: -rw-r--r-- 870 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
26
27
Source: imagesloaded
Section: web
Priority: optional
Maintainer: Agustin Henze <tin@debian.org>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: slimit
Standards-Version: 3.9.5
Homepage: http://desandro.github.io/imagesloaded/
Vcs-Git: git://anonscm.debian.org/collab-maint/imagesloaded.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/imagesloaded.git


Package: libjs-imagesloaded
Architecture: all
Depends: ${misc:Depends}
Recommends: javascript-common
Suggests: libjs-jquery
Description: Detect when images have been loaded
 Is a Javascript library that detects when the load of an image is ready.
 Usage:
 """
 imagesLoaded(elem, callback)
 // you can use `new` if you like
 new imagesLoaded(elem, callback)
 // elem Element, NodeList, Array, or Selector String
 // callback Function - function triggered after all images have been loaded
 """