node-jquery-ujs 1.2.2-2 source package in Ubuntu

Changelog

node-jquery-ujs (1.2.2-2) unstable; urgency=medium

  [ Paolo Greppi ]
  * Update Vcs fields for migration to https://salsa.debian.org/

  [ Pirate Praveen ]
  * Bump debhelper compatibility level to 11
  * Bump Standards-Version to 4.2.1 (no changes needed)

 -- Pirate Praveen <email address hidden>  Mon, 17 Sep 2018 19:33:31 +0530

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-jquery-ujs_1.2.2-2.dsc 2.0 KiB 48a1c31023e0c02f3bb04ddcc7a97d0f88a9ba692d32bff41011144479981a1a
node-jquery-ujs_1.2.2.orig.tar.gz 44.9 KiB 8eec0e8ac0ffee3d5ae5b1726c3aaecd31dc816e8dd45eb300b76960f37a7c90
node-jquery-ujs_1.2.2-2.debian.tar.xz 2.4 KiB b92b71981d940078342e139fd613f1bf26b7f0a4c5709e92b2ef93268e5abf2f

No changes file available.

Binary packages built by this source

node-jquery-ujs: Unobtrusive scripting adapter for jQuery

 This unobtrusive scripting support file is developed for the Ruby on Rails
 framework, but is not strictly tied to any specific backend. You can drop
 this into any application to:
 .
  - force confirmation dialogs for various actions;
  - make non-GET requests from hyperlinks;
  - make forms or hyperlinks submit data asynchronously with Ajax;
  - have submit buttons become automatically disabled on form submit to
 prevent double-clicking.
 .
 These features are achieved by adding certain "data" attributes to your HTML
 markup. In Rails, they are added by the framework's template helpers.
 .
 Node.js is an event-based server-side JavaScript engine.