jquery-lazyload 1.9.7-2 source package in Ubuntu

Changelog

jquery-lazyload (1.9.7-2) unstable; urgency=medium

  * Team upload
  * Set upstream metadata fields: Repository, Repository-Browse.
  * Replace node-uglify by terser (Closes: #979911)
  * Refresh privacy patches
  * Provides also jquery.scrollstop
  * Add lintian-overrides

 -- Yadd <email address hidden>  Mon, 14 Feb 2022 15:47:16 +0100

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
web
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe web
Noble release universe web
Mantic release universe web
Lunar release universe web
Jammy release universe web

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jquery-lazyload_1.9.7-2.dsc 2.0 KiB d18d5bec188ecfbc754abe8248abdcbb3e5f05e2d010254da67998f1e4363bbf
jquery-lazyload_1.9.7.orig.tar.gz 760.6 KiB f777e7353734c91c24d5dbf26839280e109b7146f44f8795f97e4b961a7ac9cb
jquery-lazyload_1.9.7-2.debian.tar.xz 12.6 KiB 8c9d8f51fa178da5d7ff32003ca1a8b56cc7cd9dd2a42f173553f52314c37642

Available diffs

No changes file available.

Binary packages built by this source

libjs-jquery-lazyload: Lazy Load Plugin for jQuery

 Lazy Load is a jQuery plugin written in JavaScript. It delays loading of
 images in long web pages. Images outside of viewport (visible part of web
 page) won't be loaded before user scrolls to them. This is opposite of image
 preloading.
 .
 Using Lazy Load on long web pages containing many large images makes the page
 load faster. Browser will be in ready state after loading visible images.
 In some cases it can also help to reduce server load.
 .
 Lazy Load is inspired by YUI ImageLoader Utility by Matt Mlinac.